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 .js and .min.js? : jquery mobile
Explain the common methods of sending a request to a server.
What is a cdn? : jQuery Mobile
What are the types of selectors in jQuery?
Write a basic jquery code?
What is the use of jquery.data()?
How to check variable is empty or not in jquery?
What is the difference between $(window).load and $(document).ready function in jquery?
How to search for descendant elements that match the specified selectors using ?
What is $() in jquery?
How you will use jquery means requirement needed for using jquery.
What are the four parameters used for jQuery Ajax method?