Skip to content

hxutixnnn/jquery-website-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)
        }
    })
});

Releases

No releases published

Packages

No packages published