[jQuery] Re: element.attr() bug in jquery 1.2.6?

2008-05-30 Thread Phil Christensen
On May 29, 5:55 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > I'm confused - you're getting and modifying the onclick attribute? > That seems... strange. Yeah, now that I think about it, it's pretty ridiculous. Ah, the fruits of a rushed deployment... I guess I tend to manipulate the DOM by defa

[jQuery] Re: element.attr() bug in jquery 1.2.6?

2008-05-29 Thread Ariel Flesler
Copied from the ticket itself: "The patch about should modify attr() so that it supports this situation. It won't be applied for now for 2 reasons: 1- The demo you showed doesn't work cross browser. As far as I tested, IE doesn't fire handlers set as strings with javascript. So there's no point

[jQuery] Re: element.attr() bug in jquery 1.2.6?

2008-05-29 Thread John Resig
I'm confused - you're getting and modifying the onclick attribute? That seems... strange. --John On Thu, May 29, 2008 at 7:48 PM, Phil Christensen <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've run into a strange issue that I believe is a bug in jQuery 1.2.6. > I've posted a ticket along with a