TUS.Float is jquery plugin to except only float value. coffee for me?
- decimal - decimal point, by default 2.
Sample code as below.
$("#float").keyup(function(){
$(this).tusfloat({
decimal: 2
});
});
TUS.Float is jquery plugin to except only float value. coffee for me?
Sample code as below.
$("#float").keyup(function(){
$(this).tusfloat({
decimal: 2
});
});