会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
vcr_玄子
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2017年11月29日
js保留n位小数——toFiexed()
摘要: js 四舍五入函数 toFixed(),里面的参数 就是保留小数的位数。 <script language="javascript"> document.write("<h1>JS保留两位小数例子</h1><br>"); var a=2.1512131231231321; document.writ
阅读全文
posted @ 2017-11-29 19:32 vcr_玄子
阅读(1282)
评论(0)
推荐(0)
编辑
js和(jQuery)取值(转)
摘要: 1: 根据class 、 id 取 input 标签的value 值 。 jQuery : $(".className").val(); $("#idName").val(); javaScript : document.getElementById("idName").value; 2: 根据cl
阅读全文
posted @ 2017-11-29 18:59 vcr_玄子
阅读(121)
评论(0)
推荐(0)
编辑
easyUI页面取值
摘要: 取datagrid里的值 function saveInfo(index){ var ed = $('#dg').datagrid('getEditor',{'index':index,'field':'GDJC'}); var testTmp = $(ed.target).parents('.da
阅读全文
posted @ 2017-11-29 13:38 vcr_玄子
阅读(297)
评论(0)
推荐(0)
编辑