[jQuery] ret[ret.length - 1] has no properties

2007-01-23 Thread jgrucza
So I'm getting this error message: ret[ret.length - 1] has no properties being thrown from this line in the jquery source: if ( m[1] == "#" && ret[ret.length-1].getElementById ) { for certain selectors, namely when I have an id preceded by a class or another id, for example: $(".m

Re: [jQuery] ret[ret.length - 1] has no properties

2007-01-24 Thread jgrucza
I've submitted a bug report: #881. jgrucza wrote: > > So I'm getting this error message: > > ret[ret.length - 1] has no properties > > being thrown from this line in the jquery source: > > if ( m[1] == "#" && ret[ret.length-1].getElementById ) { > > for certain selectors, namely whe