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 |
Is jQuery a library for client scripting or server scripting?
What are selectors in jQuery and how many types of selectors are there?
In what scenarios jQuery can be used?
What is the basic need to start with jQuery?
How to add and remove css classes to an element using ?
How can you use a jquery library in your project?
Explain cdn in jquery?
Difference between prop() and attr()? : jQuery Mobile
What are the difference between alert() and confirm()?
What are the fastest selectors in jQuery?
Define the script build up by jquery?
Can you write a code to select all links inside the paragraph?