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 |
How can we apply css in last child of parent using jquery library?
What are source maps in jQuery?
Is jquery library used for server scripting or client scripting?
What are the basic selectors in jQuery?
Why should I use jquery?
Difference between document.ready() and body onload()?
Explain the use of the .pushstack() method.
Explain width() vs css(‘width’)?
What is the difference between .js and .min.js?
How to find grand children in of an element?
Difference between prop() and attr()? : jQuery Mobile
Can we add more than one ‘document.ready’ function in a page?