Hi - I hope this doesn't appear twice. I posted it over half-an-hour
ago and it didn't show.
I have a simple expanding menu at
http://www.compassion-in-business.co.uk/virgo/manual/contents.htm
I'm wondering if (a) I can make this work with a mouseover event
rather than click; and (b) when openi
I have a simple expanding menu at
http://www.compassion-in-business.co.uk/virgo/manual/contents.htm
I'm wondering if (a) I can make this work with a mouseover event
rather than click; and (b) when opening one subsection I can get it to
close the open one(s).
Many thanks
Oh what a plonker! Thanks for that. Works a treat now. Now I can play
with different effects.
Cheers G :)
Thanks guys. I am trying to do something based on what I've seen in a
couple of the tutorials. But I think it's more different that I
realise. The page I'm playing with is at
http://www.compassion-in-business.co.uk/x.php
Thanks
I'm trying my first simple jQuery task, a mouseover event to display a
box with some text.
$("p.sec-ia").addClass("unhide").show("slow");
works fine but when I add the mouseover
$("#section1").hover(function(){
$("p.sec-ia").addClass("unhide").show("slow");
},function(){
$("p.sec-
5 matches
Mail list logo