i have this code and it worke five minutes ago , when i restart my app it does not work , i don't know whyyyyyy :
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
$(document).click(function () {
var div = $('.idbody');
div.animate({ top: '20%' }, "slow");
});
</script>
<div class="idbody">
.............My html code ............
</div>
thank you