Skip to content

JavaScript - jquery using decimal behavior for text field.

Notifications You must be signed in to change notification settings

sarkfoundation/Decimal-Behavior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Decimal-Behavior

JavaScript jquery using decimal behavior for text field.

Downloading the sark-decimal.js file

Including it on your page

Include jQuery and the plugin on a page.

<script src="jquery.js"></script> <script src="sark-decimal.js"></script>

Should use field in

<input type="text" data-behaviour="decimal" maxlength="15">

maxlength is optional if you not set maxlength it will take 15. If you want increse to change fieldLength variable in plugin file.

About

JavaScript - jquery using decimal behavior for text field.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published