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
What is the use of val() method in jquery?
How to set attributes of an element using jquery?
What is the difference between onclick and onsubmit?
Why html 5 inputs look different across devices and browsers? : jquery mobile
Why we need jquery mobile? : jquery mobile
Explain the difference between size and length of jquery?
Differentiate the concepts of .js and .min.js?
How can you use a jquery library in your project?
Can we add more than one ‘document.ready’ function in a page?
Tell me how to check data type of any variable in jquery? : jquery mobile
What are the effects methods used in jquery?
Explain jquery connect?
Which version of jquery file should be used?
What are all the ways to include jQuery in a page?
Explain various methods to make ajax request in jquery? : jquery mobile