Answers

Question and Answer:

  Home  JQuery Programmer

⟩ What is the difference between size and length of jQuery?

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.

 183 views

More Questions for you: