JQuery Developer Question:
What is the use of .Size() method in Jquery?
Answer:
Jquery's .size() method returns number of element in the object. That means that you can count the number of elements within an object.
Previous Question | Next Question |
Can you please explain the difference between jQuery-x.x.x.js and jQuery.x.x.x min.js? | How you debug Jquery code/ debug jquery? |