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 |
Difference Between Prop and Attr in jQuery?
Whether C# code behind can be called from jQuery?
Need to add jQuery file in both Master and Content page?
What is the difference between $('div') and $('<div/>') in jQuery?
Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?
What is the basic need to start with jQuery?
What is the advantage of using the minified version of jquery rather than using the conventional one?
Why jQuery is needed?
Define the script build up by jquery?
How to add and remove css classes to an element using ?
What is the use of queue() in jquery?
What is the difference between event.stopPropagation and event.stopImmediatePropagation?