Num=3Price=11.50(Number(Price*Num)).toFixed(2)=34.50
为动态元素添加点击事件的 方法
//为动态元素添加点击事件的 方法 $(document).on("click", ".check-access", function () { alert("1"); });
jquery 小数计算保持精度
原文:http://www.cnblogs.com/demoC/p/5107653.html