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 |
Tell me how to disable jquery animation? : jquery mobile
What is the difference between jquery.get() and jquery.ajax()?
Define the types of selectors in jquery?
What are the selectors in jquery? How many types of selectors in jquery?
What is jQuery code to select all links in first paragraph?
What is $() in jquery?
How to create, read and delete cookies with jquery?
How do you stop the currently-running animation? : jquery mobile
What is the starting point of code execution in jquery?
What are the slow selectors in jQuery?
Define width() vs css('width')?
Explain the difference between jquery.size() and jquery.length?