What is jQuery plugin and what is the advantage of using plugin?
Answer / chaitanya
A plug-in is piece of code written in a standard JavaScript file. These files provide useful jQuery methods which can be used along with jQuery library methods. jQuery plugins are quite useful as its piece of code which is already written by someone and re-usable, which saves your development time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define .siblings() method in jquery?
How to use connect?
Can we execute/run multiple Ajax request simultaneously in jQuery? If yes, then how?
What are different type of selector in jQuery?
Which version of jquery file should be used?
How to check data type of any variable in jquery? : jquery mobile
Explain the difference between parent() and parents() methods in jquery? : jquery mobile
With jquery ui 1.7 being released in the last few days, what do you see as the key parts of jquery ui 1.7? What are you most proud of out of that release?
What is .bind()? : jquery mobile
How to disable jquery animation? : jquery mobile
How to use jquery.connect?
What is the difference between $(window).load and $(document).ready?