[jQuery] Re: A small incompatibility about selector on Jquery 1.3.1

2009-02-11 Thread jQuery Lover
Recently there was a similar issue in version 1.3 (not 1.3.1) where selector with empty attribute value did not work correctly... I think it's been fixed in 1.3.1 --- Read jQuery Howto http://jquery-howto.blogspot.com On Thu, Feb 12, 2009 at 11:07 AM, Ricardo Tomasi wrote: > > Try $('#zz input

[jQuery] Re: A small incompatibility about selector on Jquery 1.3.1

2009-02-11 Thread Ricardo Tomasi
Try $('#zz input[readonly=]:first') There are a few selector bugs in 1.3.1. Most have already been fixed for 1.3.2. cheers, - ricardo On Feb 12, 12:53 am, jack wrote: > The following works on before Version: > $('#zz input:not([readonly]):first').focus().select() > > On Ver 1.3.1, it won't wor

[jQuery] Re: A small incompatibility about selector on Jquery 1.3.1

2009-02-11 Thread Nic Luciano
Hey Jack- I think this is the right group for these issues:... :) http://groups.google.com/group/jquery-dev Nic Luciano http://www.twitter.com/nicluciano http://www.linkedin.com/in/nicluciano On Wed, Feb 11, 2009 at 9:53 PM, jack wrote: > > The following works on before Version: > $('#zz inpu