[jQuery] Hover vs Click, etc.

2009-02-16 Thread WebRanger
The following script produces a box that opens on mouseover and closes on mouseover. $(\'#triggerReg\').hover(function(){ // do something on mouse over $(\'#menuReg\').show(); },function(){ // do something on mouse out $(\'#menuReg\').hide(); }); It works fine for displaying brie

[jQuery] Small Glitch with Open/Shut Function

2009-02-15 Thread WebRanger
I put examples of my problem online at http://www.geobop.org/Test.php and http://www.geobop.org/Test2.php. It was working fine until recently. I don't know if the problem was caused up upgrading to jQuery 1.3.1 or if I just messed up my files somehow. The scripts on the first page don't work at