jquery-website-input

1.0.4 • Public • Published

jQuery Website Input

A jQuery Plugin to make your website input prettier.

Demo

Example

https://hxutixnnn.github.io/jQuery-Website-Input/

Installation

NPM

npm i -s jquery-website-input

CDNs

<script src="https://cdn.jsdelivr.net/npm/jquery-website-input@latest/jquery.website-input.min.js"></script>
<script src="https://unpkg.com/jquery-website-input@latest/jquery.website-input.js"></script>

Usage

<input type="text" class="website-input" />
$(document).ready(function () {
    $('.website-input').websiteInput({
        initValue: 'facebook.com',
        onChange: (value) => {
            console.log(value)
        }
    })
});

Package Sidebar

Install

npm i jquery-website-input

Weekly Downloads

4

Version

1.0.4

License

ISC

Unpacked Size

15.6 kB

Total Files

4

Last publish

Collaborators

  • hxutixnnn