[jQuery] Re: live works in IE6?

2009-03-20 Thread benjamw
My bad, disregard that previous one, I was unaware that 'submit' was not yet supported by live( ). Is there a quick way I can fake it for now? On Mar 20, 12:52 pm, benjamw wrote: > http://jsbin.com/evuqi > > Does not work inIE6 > > On Feb 7, 9:15 pm, Dave Methvin wrote: > > > > > > File a tick

[jQuery] Re: live works in IE6?

2009-03-20 Thread benjamw
http://jsbin.com/evuqi Does not work in IE6 On Feb 7, 9:15 pm, Dave Methvin wrote: > > File a ticket:http://dev.jquery.com > > Before doing that, post a sample here. A lot of "bugs" are not bugs.

[jQuery] Re: live works in IE6?

2009-02-09 Thread jQuery Lover
That is also true :) Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Feb 8, 2009 at 1:15 AM, Dave Methvin wrote: > >> File a ticket:http://dev.jquery.com > > Before doing that, post a sample here. A lot of "bugs" are not bugs.

[jQuery] Re: live works in IE6?

2009-02-07 Thread Dave Methvin
> File a ticket:http://dev.jquery.com Before doing that, post a sample here. A lot of "bugs" are not bugs.

[jQuery] Re: live works in IE6?

2009-02-07 Thread Karl Swedberg
could be a number of things. do you have a test page up somewhere that we can look at? --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Feb 6, 2009, at 5:19 PM, Dhana wrote: On a project I am currently working on, I decided to test out the new live functi

[jQuery] Re: live works in IE6?

2009-02-07 Thread jQuery Lover
File a ticket: http://dev.jquery.com Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Feb 7, 2009 at 3:42 AM, Dhana wrote: > > Ok, an update, > > I put in a few alerts and looks like the event.target is returning the > img tag for ie7 and Firefox and IE6 is returni

[jQuery] Re: live works in IE6?

2009-02-06 Thread Dhana
Ok, an update, I put in a few alerts and looks like the event.target is returning the img tag for ie7 and Firefox and IE6 is returning an a tag. Just a little curious on this different event bubbling. Could someone clarify this if you have any ideas.