[jQuery] Re: Hover Delay

2007-08-17 Thread Stephan Beal
On Aug 17, 3:43 pm, b0bd0gz <[EMAIL PROTECTED]> wrote: > I have a image which underneath has a p tag which contains some text, when > the image is loaded the p tag is hidden until the cursor hovers over the > image, then the p tag is shown. What I want to know is, is there a way I > can only show

[jQuery] Re: Hover Delay

2007-08-17 Thread b0bd0gz
Awesome thanks, that is exactly what I needed :D -- View this message in context: http://www.nabble.com/Hover-Delay-tf4285726s15494.html#a12199959 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: Hover delay possible without additional plugin?

2007-10-16 Thread Glen Lipka
The hoverIntent plugin is really small. You could put it in your own JS. http://cherne.net/brian/resources/jquery.hoverIntent.js (4k) http://cherne.net/brian/resources/jquery.hoverIntent.minified.js (1.5k) Any solution would pretty much be doing the same thing. Glen On 10/16/07, c.s. <[EMAIL PR