jQuery Tutorial plus Question:
Explain the difference between size and length of jQuery?
Answer:
Size and length both returns the number of element in an object. But length is faster than the size because length is a property and size is a method.
Previous Question | Next Question |
Define the use of each function in jQuery? | Tell me which program is useful for testing jQuery? |