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?
How can we apply css in odd childs of parent node using jquery library?
What is a CDN?
Explain the difference between body onload() and document.ready() function? : jquery mobile
Can we add more than one ‘document.ready’ function in a page?
What is the use of param() method?
How to disable/enable an element with jQuery?
What is jquery.length? : jquery mobile
Define cache paremeter of jquery ajax method?
Tell me how to use migrate jquery plugin if possible? : jquery mobile
How to find all sibling elements in front of the current element using ?
Explain the types of selectors in jquery?