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

JQuery 字符串截取

时间:2014-12-08 13:39:01      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:ar   sp   art   bs   as   tt   nbsp   ui   br   

//字符串截取,全小写

strObj.substring(startIndex,endIndex);

//需要注意大小写

strObj.lastIndexOf(String splitObj);

//JqueryEasyUI Combobox 取 value 和 text

$(‘#com‘).combobox(‘getValue‘)获取当前选中的值
$(‘#com‘).combobox(‘getText‘)获取当前选中的文字

 

JQuery 字符串截取

标签:ar   sp   art   bs   as   tt   nbsp   ui   br   

原文地址:http://www.cnblogs.com/theblueberry/p/4150747.html

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