[jQuery] Re: fadeIn nav help

2008-10-10 Thread Liam Potter
thanks a lot this is definitely going to help. at least I wasn't too far off. MorningZ wrote: This might help you out http://paste.pocoo.org/show/87599/ On Oct 10, 9:33 am, evo [EMAIL PROTECTED] wrote: Hi, new to jQuery trying to have a span fade in and fade out when I hover over a

[jQuery] Re: fadeIn nav help

2008-10-10 Thread MorningZ
This might help you out http://paste.pocoo.org/show/87599/ On Oct 10, 9:33 am, evo [EMAIL PROTECTED] wrote: Hi, new to jQuery trying to have a span fade in and fade out when I hover over a link. this is the js script $(document).ready(function(){ $(a.nav).mouseover(function() {

[jQuery] Re: fadeIn nav help

2008-10-10 Thread Liam Potter
Still not working, your example works fine, put in some similar edits to make it work like i want it, still works i copied over to my html and it doesn't work no mores, here is my code http://paste.pocoo.org/show/87601/ MorningZ wrote: This might help you out

[jQuery] Re: fadeIn nav help

2008-10-10 Thread MorningZ
Your selector $(#wrapper #topbar a.nav) your html a href=#home/a See the problem between the two? On Oct 10, 10:52 am, Liam Potter [EMAIL PROTECTED] wrote: Still not working, your example works fine, put in some similar edits to make it work like i want it, still works i copied over

[jQuery] Re: fadeIn nav help

2008-10-10 Thread Liam Potter
ahh forgot to put the class back in.. Cheers MorningZ, all is good now. MorningZ wrote: Your selector $(#wrapper #topbar a.nav) your html a href=#home/a See the problem between the two? On Oct 10, 10:52 am, Liam Potter [EMAIL PROTECTED] wrote: Still not working, your example