I have a ajax code which returns the list items as
<li>one</li>
<li>Two</li>
Each time it will return different number of <li>‘s. I want to check the number of <li> it returns. How to check it using JavaScript.
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.
Here ya go:
This takes the returnedHTML and only counts the line items within it.