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.

Related questions

0 votes
asked Nov 19, 2020 in JQuery by rajeshsharma
0 votes
asked Nov 17, 2020 in JQuery by rajeshsharma
...