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
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
2 matches
Mail list logo