if i have :
<div class='carBig'></div>
and
<div class='car'></div>
and $(‘.car’).size();
i get 2 items ..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you may have something funky somewhere that’s throwing it off. If I run this very simple example, it works just as expected.
You could try posting the rest of your html to see if we can figure it out.