[jQuery] Re: ..selector bug..

2007-07-31 Thread Mike Alsup
What's odd is that jQuery tries to handle these cases (see jQuery.props.maxlength) and it was apparently working in v1.1.2. It it's broken now then it's a regression. Mike On 7/31/07, Steve Blades <[EMAIL PROTECTED]> wrote: > That's odd? According to the w3c:

[jQuery] Re: ..selector bug..

2007-07-31 Thread Klaus Hartl
Steve Blades wrote: That's odd? According to the w3c: 'XHTML documents must use lower case for all HTML element and attribute names. This difference is necessary because XML is case-sensitive e.g. and are different tags.' ref: http://www.w3.org/TR/xhtml1/#h-4.2 Do not mix XHTML, e.g. ma

[jQuery] Re: ..selector bug..

2007-07-31 Thread Andy Matthews
Maybe it's different for Javascript? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Blades Sent: Tuesday, July 31, 2007 12:22 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ..selector bug.. That's odd? According to the w3c: '

[jQuery] Re: ..selector bug..

2007-07-31 Thread Steve Blades
That's odd? According to the w3c: 'XHTML documents must use lower case for all HTML element and attribute names. This difference is necessary because XML is case-sensitive e.g. and are different tags.' ref: http://www.w3.org/TR/xhtml1/#h-4.2 Steve "Cutter" Blades Adobe Certified Professional A

[jQuery] Re: ..selector bug..

2007-07-31 Thread spinnach
cool, thanks! dennis. John Resig wrote: It's just one of those things - some properties get the camelcase formatting - maxLength is one of them. --John On 7/31/07, spinnach <[EMAIL PROTECTED]> wrote: it works that way.. how come ? dennis. John Resig wrote: What if you do @maxLength and .

[jQuery] Re: ..selector bug..

2007-07-31 Thread John Resig
It's just one of those things - some properties get the camelcase formatting - maxLength is one of them. --John On 7/31/07, spinnach <[EMAIL PROTECTED]> wrote: > > it works that way.. how come ? > > dennis. > > John Resig wrote: > > What if you do @maxLength and .attr('maxLength') ? > > > > --Jo

[jQuery] Re: ..selector bug..

2007-07-31 Thread spinnach
it works that way.. how come ? dennis. John Resig wrote: What if you do @maxLength and .attr('maxLength') ? --John On 7/31/07, spinnach <[EMAIL PROTECTED]> wrote: i think i've come across a tiny bug in jquery 1.1.3.1, $('[EMAIL PROTECTED]) return an empty array, although there is such a tex

[jQuery] Re: ..selector bug..

2007-07-31 Thread John Resig
What if you do @maxLength and .attr('maxLength') ? --John On 7/31/07, spinnach <[EMAIL PROTECTED]> wrote: > > i think i've come across a tiny bug in jquery 1.1.3.1, > $('[EMAIL PROTECTED]) return an empty array, although there is such a > textarea in the dom.. also $('textarea').attr('maxlength'