jqhello
v1.0.7
Published
A simple JQuery plugin to display hello inside an element
Downloads
16
Maintainers
Readme
This is a simple jquery plugin to add hello followed by a name that you specify. If no name and color is specified then the name would default to "Tanmay" and color to "Orange".
Usage:
npm i --save jqhello
Being a JQuery plugin it's core dependency is jquery library. below your jquery library in your html file. You can include the script as below.
<script src="node_modules/jqhello/jqhello.js"></script>
