I would like to hide all the children except the one being hovered on. I can't seem to figure out why it won't work - I've included the full sites CSS and everything on this

http://jsfiddle.net/DLjEg/1/

link|improve this question

Don't forget to include the jQuery framework >_> See this fiddle, works like a charm: jsfiddle.net/DLjEg/2 – Rob W Oct 27 '11 at 17:47
Set the library to jquery: jsfiddle.net/DLjEg/3 – James Montagne Oct 27 '11 at 17:48
It works when I set the framework to jQuery - I can't find anything about a similar function in mootools on mootools.net: mootools.net/search/?search=1&query=hover – Johan B.W. de Vries Oct 27 '11 at 17:50
Do you want to hide or dim the divs.. Because it seems to be working for me.. For example if I hover on "The Great Escape" all the other divs disappear.. – Shirjeel Alam Oct 27 '11 at 17:56
feedback

1 Answer

up vote 3 down vote accepted

You're using jQuery, but you have the library set to MooTools...switch it to jQuery and it works fine :-)

link|improve this answer
Thank you! I feel dumb, I knew the code was good haha :) – Des Oct 27 '11 at 19:11
Maybe you should click accept, then? – JustinM Dec 30 '11 at 0:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.