Below is my demo site.
http://122.155.10.35/~bkkvoice/
All jQuery script not work but alert() function.
below is my script
$(document).ready(function(){
alert('Hello, World!!');
$('.hideMe').hide();
});
I use jquery code from google ( https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js )
I think the code is not the problem but can’t find what’s the problem is.
Need help.
Everything works fine, except element with class .hideMe doesn’t exist.
Every galery works.
Seems like you are using Mootools at this site.
I can see follow:
$ – is not a jQuery. Use
jQuery.noConflict()