Posted On: Feb 22, 2018
Plugin in jQuery is a file written in standard JavaScript code. This file contains some methods that can be used with jQuery methods. These plugins can be downloaded from the official repository of the jQuery plugins. The plugin can be included in the jQuery file similar to other libraries in the head of the document. You can even create your own plugin.
Example of a plugin
<head> <script src = "jquery.plug-in.js" type = "text/javascript"></script> </head>
Never Miss an Articles from us.
jQuery is a lightweight JavaScript library which gives a quick and simple method for HTML DOM traversing and manipulati..
There are many advantages of JQuery. Some of them are :It is more like a JavaScript enhancement so there is no overhea..
There are 3 types of selectors in JqueryCSS Selector XPath Selector Custom Selector..