Answers

Question and Answer:

  Home  jQuery

⟩ Explain 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.

 203 views

More Questions for you: