jQuery Tutorial plus Question:

Explain the difference between size and length of jQuery?

Tweet Share WhatsApp

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 PDF Read All 91 jQuery Questions
Previous QuestionNext Question
Define the use of each function in jQuery?Tell me which program is useful for testing jQuery?