[jQuery] expanding menu

2009-02-09 Thread gandalf458
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

[jQuery] expanding menu

2009-02-09 Thread gandalf458
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

[jQuery] My first jQuery

2008-06-04 Thread gandalf458
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(){

[jQuery] Re: My first jQuery

2008-06-04 Thread gandalf458
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

[jQuery] Re: My first jQuery

2008-06-04 Thread gandalf458
Oh what a plonker! Thanks for that. Works a treat now. Now I can play with different effects. Cheers G :)