What is the difference between jquery.size() and jquery.length?
Answer / chaitanya
jQuery .size() method returns number of element in the object. But it is not preferred to use the size() method as jQuery provide .length property and which does the same thing. But the .length property is preferred because it does not have the overhead of a function call.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is jQuery?
Explain the animate function.
What are the fastest selectors in jQuery?
How can we apply css in odd childs of parent node using jquery library?
What is the need for jquery? : jQuery Mobile
Explain the features of jquery mobile? : jquery mobile
What is the goal of cdn and what are the advantages of using cdn?
What is the name of jquery method used for an asynchronous http request?
How we can get the value of a radio button using jquery?
How can related code be encapsulated?
Suppose if you have a server control(asp.net server control, button) and on the click of button you want to call a jquery function, so tell me how you will call a jquery function without postback?
Mention the advantages of cdn? : jQuery Mobile