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 |
Why is the block display style used for animations?
Explain the difference between $(this) and 'this' in jquery?
How do you get the text value of a selected option?
What is the difference between prop() and attr() in jquery?
What is the use of noconflict() method in jquery?
Is jQuery a library for client scripting or server scripting?
Can you please explain the difference between parent() and parents() methods in jquery? : jquery mobile
Difference Between Prop and Attr in jQuery?
Write the code to define a requirejs module with its dependencies.
Explain jquery connect?
Define jquery filter?
Difference between prop() and attr()? : jQuery Mobile