FloatNumber format

联合创作 · 2023-10-02 14:38

A FloatNumber format plugin that converts a simple integer number into float number with a defined number of decimal digits.

Usage:

$(function(){
// using numeric mask by Sam Collett (http://www.texotela.co.uk)
$(".numeric").numeric(",");
// floatnumber(separator, precision); (http://www.tuliofaria.net/jquery-floatnumber/)
$(".numeric").floatnumber(",",2);
});

Where .numeric is any input text with numeric class

浏览 5
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报