[jQuery] Re: Having a div load on hover instead of click

2008-05-03 Thread Jimmiejo
That's exactly what I was after! Thanks a ton Scott. I really appreciate that. Sorry for the delayed reply. :) On Apr 28, 2:42 pm, Scott Sauyet <[EMAIL PROTECTED]> wrote: > Jimmiejowrote: > > What I'm trying to do is have my content (list) fade in when you hover > > over a button and remain

[jQuery] Re: Having a div load on hover instead of click

2008-04-28 Thread Scott Sauyet
Jimmiejo wrote: What I'm trying to do is have my content (list) fade in when you hover over a button and remain visible so you can choose links from within that content. When you hover off the list or button I'd like the content to fade out. Is this what you're looking for?: http://scott

[jQuery] Re: Having a div load on hover instead of click

2008-04-26 Thread Jimmiejo
On Apr 26, 1:35 pm, A13thGuest <[EMAIL PROTECTED]> wrote: >  $(".rss-link").hover(function(){ >         $("#rss-subscribe").fadeIn("slow"); >  }, function() { >         $("#rss-subscribe").fadeOut("slow"); >  }); I had tried that. It works in fading in the #rss-subscribe div when I hover over th

[jQuery] Re: Having a div load on hover instead of click

2008-04-26 Thread Jimmiejo
On Apr 26, 1:35 pm, A13thGuest <[EMAIL PROTECTED]> wrote: > $(".rss-link").hover(function(){ > $("#rss-subscribe").fadeIn("slow"); > }, function() { > $("#rss-subscribe").fadeOut("slow"); > }); I had tried that. It works in fading in the #rss-subscribe div when I hover over th

[jQuery] Re: Having a div load on hover instead of click

2008-04-26 Thread Jimmiejo
On Apr 26, 1:35 pm, A13thGuest <[EMAIL PROTECTED]> wrote: > $(".rss-link").hover(function(){ > $("#rss-subscribe").fadeIn("slow"); > }, function() { > $("#rss-subscribe").fadeOut("slow"); > }); I had tried that. It works in fading in the #rss-subscribe div when I hover over th

[jQuery] Re: Having a div load on hover instead of click

2008-04-26 Thread A13thGuest
$(".rss-link").hover(function(){ $("#rss-subscribe").fadeIn("slow"); }, function() { $("#rss-subscribe").fadeOut("slow"); }); Jimmiejo wrote: > I only started working with jQuery a week or so ago and love the > library (I'm new to javascript). I've used it to create several