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 |
How to use migrate jquery plugin if possible? : jquery mobile
What is a CDN?
What is the difference between .empty(), .remove() and .detach() methods in jQuery?
Define cdn in jquery?
What is the use of noconflict() method in jquery?
How do you select an item using css class or id and get the value by use of jquery.
What is the difference between the id selector and class selector in jquery?
Can we have multiple document.ready() function on the same page?
What are the browser related issues for jQuery?
What are the various ajax functions available in jquery ?
What is get()? : jquery mobile
What is the difference between $(window).load and $(document).ready?