What is the difference between jquery.size() and jquery.length?
Answer / chaitanya
jQuery .size() method returns number of element in the object. But it is not preferred to use the size() method as jQuery provide .length property and which does the same thing. But the .length property is preferred because it does not have the overhead of a function call.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is queue() in jquery?
What is event.PreventDefault?
Need to add jQuery file in both Master and Content page?
What are the guidelines for an application to follow the principles of progressive enhancement.
What is a jquery ?
What does $("P") will select?
In jquery, what is the meaning of toggle?
What are the fastest selectors in jQuery?
How to validate phone number using jquery?
Tell me which command will give a version of jquery?
How we can get the input value of an element using jquery?
What is the use of html() method in jquery?