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 |
How to use jquery.connect?
What is the difference between prop and attr?
What is the difference between map and grep function in jquery?
What is jQuery?
What are some of the ways to provide effects? : jQuery Mobile
Define animate function in jquery?
How to use jquery library in our asp.net project?
Can jquery be used to make an ajax request?
What is event.PreventDefault?
How to use css() in jquery?
How to find grand children in of an element?
Change the url for a hyperlink using jquery?