Skip to content

TUS.Float is jquery plugin to except only float value

Notifications You must be signed in to change notification settings

uekichinos/tus.float

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TUS.Float

TUS.Float is jquery plugin to except only float value. coffee for me?

Plugin Parameters

  1. decimal - decimal point, by default 2.

Sample Code

Sample code as below.

$("#float").keyup(function(){
	$(this).tusfloat({
		decimal: 2
	});
});

About

TUS.Float is jquery plugin to except only float value

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published