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

Difference Between Prop and Attr in jQuery?

0 Answers  


Whether C# code behind can be called from jQuery?

0 Answers  


Need to add jQuery file in both Master and Content page?

0 Answers  


What is the difference between $('div') and $('<div/>') in jQuery?

1 Answers  


Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?

0 Answers  


What is the basic need to start with jQuery?

1 Answers  


What is the advantage of using the minified version of jquery rather than using the conventional one?

0 Answers  


Why jQuery is needed?

0 Answers  


Define the script build up by jquery?

0 Answers  


How to add and remove css classes to an element using ?

0 Answers  


What is the use of queue() in jquery?

0 Answers  


What is the difference between event.stopPropagation and event.stopImmediatePropagation?

1 Answers  


Categories