I had two instances of jquery in my code and everything used to work. I decided to get rid of wordpress stock jquery by deregistering it through functions.php file. But now not a single jquery animation/script I've works!
I've jquery hardcoded in my header though:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
You can check my problem here: http://dev.holiday.ge/
what is going on? please help me :)