码迷,mamicode.com
首页 > Web开发 > 详细

jQuery 截取double数据 重新赋值

时间:2016-11-24 14:29:17      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:nbsp   img   string   赋值   .com   str   priority   data   map   

$(‘.prioritySort‘).each(function(i){
$(this).text($(this).text().substring(0,$(this).text().indexOf(‘.‘)));
});

<td class="prioritySort">${mapData.priority}</td><!-- 排序 -->

===========================================

原显示的是2.0,截取的效果如下!

技术分享

 

jQuery 截取double数据 重新赋值

标签:nbsp   img   string   赋值   .com   str   priority   data   map   

原文地址:http://www.cnblogs.com/austinspark-jessylu/p/6097270.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!