jQuery Tutorial plus Question:

Explain the difference between size and length of jQuery?

jQuery Interview Question
jQuery Interview Question

Answer:

Size and length both returns the number of element in an object. But length is faster than the size because length is a property and size is a method.


Previous QuestionNext Question
Define the use of each function in jQuery?Tell me which program is useful for testing jQuery?