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 |
Difference between javascript and jquery? : jQuery Mobile
Explain the difference between onload() and document.ready() function used in jquery?
How to use jquery library in our asp.net project?
Name some of the methods of jquery used to provide effects?
How can events be prevented to work after an ajax request?
How to fetch the values of selected checkbox array using jquery?
How to search for descendant elements that match the specified selectors using ?
What is the advantage of using protocol less URL while referencing jQuery from CDNs?
How do you stop the currently-running animation? : jquery mobile
How to programmatically trigger a click event thats being handled by jquery only?
What is the use jQuery.data method?
Which is the starting point of code execution in jQuery?