0 votes
in JQuery by
Explain the difference between jquery.size() and jquery.length?

1 Answer

0 votes
by

Both return the number of elements. But length is faster. As of jQuery 1.8, size() has been deprecated.

...