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:

    $(".myClass #myId")
    $("#firstId #secondId")

This was not a problem in previous versions.

Jennifer
-- 
View this message in context: 
http://www.nabble.com/ret-ret.length---1--has-no-properties-tf3065965.html#a8527621
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to