What is jQuery plugin and what is the advantage of using plugin?



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

Post New Answer

More jQuery Interview Questions

How to use migrate jquery plugin if possible? : jquery mobile

0 Answers  


What is a CDN?

1 Answers  


What is the difference between .empty(), .remove() and .detach() methods in jQuery?

1 Answers  


Define cdn in jquery?

0 Answers  


What is the use of noconflict() method in jquery?

0 Answers  


How do you select an item using css class or id and get the value by use of jquery.

0 Answers  


What is the difference between the id selector and class selector in jquery?

0 Answers  


Can we have multiple document.ready() function on the same page?

1 Answers  


What are the browser related issues for jQuery?

0 Answers  


What are the various ajax functions available in jquery ?

0 Answers  


What is get()? : jquery mobile

0 Answers  


What is the difference between $(window).load and $(document).ready?

0 Answers  


Categories