0 votes
in JQuery by
What are jQuery plugins?

1 Answer

0 votes
by

Plugins are simply methods that enable developers to extend jQuery’s prototype objects. Plugins are written in a standard javascript file. jQuery provides a lot of plugins that you can download from their repository link. You can include plugins in the code using <script src = "jquery.plugin.js" type = "text/javascript"></script>

Related questions

0 votes
asked Nov 17, 2020 in JQuery by rajeshsharma
0 votes
asked Nov 17, 2020 in JQuery by rajeshsharma
...