[jQuery] Re: Webkit not complying with simple jQuery selector

2009-05-01 Thread Matt
Awesome, glad that can be verified. Thank you! Ticket opened: http://dev.jquery.com/ticket/4587 On May 1, 11:28 am, Ricardo wrote: > On May 1, 12:34 pm, Matt wrote: > > > I'm attempting to make every ".inputbox" element except the last one > > read-only on my webpage. Firefox and IE comply but

[jQuery] Re: Webkit not complying with simple jQuery selector

2009-05-01 Thread Ricardo
On May 1, 12:34 pm, Matt wrote: > I'm attempting to make every ".inputbox" element except the last one > read-only on my webpage. Firefox and IE comply but Safari and Chrome > apply "readonly" to ALL ".inputbox" elements on the page, even the > last one. > > I've narrowed down my issues to the se