Here is my problem: as title says, jQuery is working only when I put the scripts on the bottom of the body tag. When I put them in head they are not working. I am using just
i dont think your problem is where to load jquery, its how to use it for example put jquery in head and try this :
$(document).ready(function(){ alert('document is fully loaded and jquery can access all elements now !'); })