FloatNumber format

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-13 06:57:53

软件介绍

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

本文地址:https://codercto.com/soft/d/23264.html

Data Structures and Algorithms in Java

Data Structures and Algorithms in Java

Michael T. Goodrich、Roberto Tamassia / Wiley / 2010-01-26 / USD 177.41

* This newest edition examines fundamental data structures by following a consistent object-oriented framework that builds intuition and analysis skills of data structures and algorithms * Presents ne......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具