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 |
In what situation you would use multiple version of jQuery and how would you include them?
How to add or remove classes to an element in jquery?
Can we call C# code behind using jQuery?
Is jQuery a W3C standard?
What does dollar sign ($) me in jquery?
Explain the difference between body onload() and document.ready() function? : jquery mobile
Can you please explain the difference between event.preventdefault and "return false"? : jquery mobile
How do you add an HTML element in DOM tree?
How can we add change font size using jquery?
What is the script build up by jQuery?
Can you write a jquery code to select all links inside the paragraph?
Explain jquery connect?