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 .empty() vs .remove() vs .detach() in jquery
Explain source maps in jquery? : jquery mobile
Which one is more efficient, document.getElementbyId( "myId") or $("#myId)?
Is jquery code exicuted on the clientside, or serverside?
Explain type paremeter of jquery ajax method?
How to programmatically trigger a click event that's being handled by jquery?
Define bind() and unbind elements in jQuery?
Which is the latest version of jQuery library?
How to check/uncheck an input in jquery?
Explain .on()? : jquery mobile
How do you disable or enable a form element?
How to submit a form without submit button using jquery?