Can you please explain the difference between jquery.size() and jquery.length?

Submitted by: Administrator
Jquery.size() and jquery.length both returns the number of element found in the object. But, jquery.length is faster than jquery.size() because size() is a method but length is a property.
Submitted by:

Read Online JQuery Developer Job Interview Questions And Answers