[jQuery] Re: Is this bug in jquery???

2008-02-23 Thread fshuja
so .hover is not supported by JQuery for in IE?

[jQuery] Re: Is this bug in jquery???

2008-02-22 Thread Karl Swedberg
On Feb 22, 2008, at 8:36 AM, Doug Sparling wrote: IE6 and older only supports hover on anchor (). IE7 does support hover on all elements, but only if you are not in quirks mode. The hover you're referring to here is the :hover CSS pseudo-class. IE6 certainly supports the onmouseover and o

[jQuery] Re: Is this bug in jquery???

2008-02-22 Thread Doug Sparling
IE6 and older only supports hover on anchor (). IE7 does support hover on all elements, but only if you are not in quirks mode. On Feb 21, 12:52 pm, fshuja <[EMAIL PROTECTED]> wrote: > i am using jquery version 1.2.3. > I was trying to attach hover on inside . but find that its > working ok in F

[jQuery] Re: Is this bug in jquery???

2008-02-22 Thread [EMAIL PROTECTED]
Hi, Faraz I don't use maps so can't answer you specifically - but try this (put it in your general js file). It should make hover work for a range of events. // a more accessible "hover" function jQuery.fn.extend({ hover: function(fnOver, fnOut) { return this.bind('mouseenter mous