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 |
What are source maps in jQuery?
Can there be more than one ready function in jquery?
How to submit a form without submit button using jquery?
What is jquery connect and how to use it?
Is numeric in jquery?
Explain the difference between javascript and jquery? : jquery mobile
Which selector has better performance id or class and why?
How do I check if an element is hidden in jQuery?
What does dollar sign mean in jquery? : jQuery Mobile
What is eq()? : jquery mobile
How to programmatically trigger a click event thats being handled by jquery only?
How can we apply css in last child of parent using jquery library?