Define animate function in jquery?
Answer / Pankaj Kumar Tripathi
The jQuery animate() method is used for creating custom animations by manipulating CSS properties over time. For example, `$('element').animate({left: '100px', opacity: 0.5}, 1000);`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is .detach()? : jquery mobile
What is the difference between settimeout() and setinterval() methods?
How can jquery be used in conjunction with another javascript library that also uses $ for naming?
Explain all the ways to include jquery in a page?
Describe the two types of cdns?
Tell me which command will give a version of jquery?
Tell me how to check if number is numeric while using jquery 1.7+? : jquery mobile
What are the advantages of jQuery?
What are features of jquery or what can be done using jquery?
what are the features of jquery
What happen if you return false from a jQuery event handler?
How to multiple AJAX requests be run simultaneously in jQuery?