jQuery size() method vs length attribute

Posted by Ghommey on Stack Overflow See other posts from Stack Overflow or by Ghommey
Published on 2010-04-29T14:57:06Z Indexed on 2010/04/29 15:07 UTC
Read the original article Hit count: 87

Filed under:

Is there any difference between $(".selector").size() and $(".selector").length ?

© Stack Overflow or respective owner

Related posts about jQuery