Can't get my jquery to work on this simple script
-
Hi!
I have this small script to do a roll-over effect on my divs:jQuery(".posts").hover(function() { jQuery(this).children(".headline").stop().fadeTo("fast", 1.0); }, function() { jQuery(this).children(".headline").stop().fadeTo("fast", 0); });
It works just fine when using it here:
https://jsfiddle.net/Hec79/But as soon as I use it together with the included jquery in WordPress, it stops working. Does anybody know why this happens?
Thanks in advance!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can't get my jquery to work on this simple script’ is closed to new replies.