What is the use of .size() method in jquery?
Answer / Abhishek Kumar Kashyap
The .size() method in jQuery returns the number of matched elements. However, it's worth noting that as of jQuery 1.8, the .size() method has been replaced with .length, which provides the same functionality but is more efficient.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the features of jQuery, has been used in web applications?
Explain the animate function.
Can we use our own specific character in the place of $ sign in jQuery?
Explain the difference between parent() and parents() methods in jquery? : jquery mobile
What are jquery plugins?
Why do we use jquery? : jquery mobile
How can we apply css in odd childs of parent node using jquery library?
Explain each() function in jquery?
Why do we need to go for JQuery?
What are the difference between empty(), remove() and detach() functions in jquery?
When can you use jquery?
Define cdn in jquery?