InterviewSolution
Saved Bookmarks
| 1. |
What is the significance of jQuery.length? |
|
Answer» jQuery.length property is used to count the number of the elements of the jQuery object. |
|