jQuery Tutorial plus Question:
Download Questions PDF

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.

Download jQuery Interview Questions And Answers PDF

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