What is jQuery plugin and what is the advantage of using plugin?
Answer Posted / 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 View All Answers
JQuery or JavaScript which is quicker in execution?
How do you select an item using css class or id and get the value by use of jquery.
Can we add more than one ‘document.ready’ function in a page?
How to include jquery library in asp.net project?
How can we apply css in div using jquery?
What is .bind()? : jquery mobile
What are features of jquery or what can be done using jquery?
How to disable/enable an element in jquery?
What is jquery selectors?
How to find all sibling elements after the current element using ?
Which one is more efficient, document.getElementbyId( "myId") or $("#myId)?
What are the methods used to provide effects in jquery?
Need to add jQuery file in both Master and Content page?
What are selectors in jquery mean ?
Please explain remove class jquery with example?