JQuery 字符串截取

//字符串截取,全小写

strObj.substring(startIndex,endIndex);

//需要注意大小写

strObj.lastIndexOf(String splitObj);

//JqueryEasyUI Combobox 取 value 和 text

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

 

posted @ 2014-12-08 11:54  雏菊之秋  阅读(852)  评论(0编辑  收藏  举报