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 |
differentiate between bind() vs live() vs delegate() methods in jquery.
JQuery or JavaScript which is quicker in execution?
What is the use of jQuery filter?
What are the different type of selectors in jquery?
What is the difference between eq() and get() methods in jQuery?
What are the various ajax functions?
explain bind() vs live() vs delegate() methods in jquery
Difference between javascript and jquery? : jQuery Mobile
What is the difference between javascript and jquery?
Difference between event.PreventDefault and event.stopPropagation?
How can you select all elements in a page using jquery?
Jquery can be used in what scenarios?