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 |
Explain the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
What is the use of each function in jQuery?
What is the use of param() method?
What is CDN?
What programming language does jquery use?
What is $() in jquery?
How can you get the type of arguments passed to a function?
Name some of the methods of jquery used to provide effects?
How do you install/use jquery in a project. What is the minimum setup needed to start using jquery.
How do I check if an element is hidden in jQuery?
Explain "beforesend(xhr)" paremeter of jquery ajax method?
What is method chaining in jquery?