[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] element.attr() bug in jquery 1.2.6?

2008-05-29 Thread Phil Christensen
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 test HTML file at: http://dev.jquery.com/ticket/2959 As far as I can tell, attr() is not properly updating the value of a form attribute, although prior versions had worked fine.