Web Development
jQuery
Subjective
Aug 07, 2013
What is the difference between jquery.size() and jquery.length?
Detailed Explanation
Jquery.size() and jquery.length both returns the number of element found in the object. But, jquery.length is faster than jquery.size() because size() is a method but length is a property.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts