码迷,mamicode.com
首页 > 其他好文 > 详细

容易遗忘的东西

时间:2015-10-15 18:42:02      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:

$().find("option:selected").val();

document.getElementByid("<%=ddr.clientid%>").options[1].selected=true;

javascript中没有trim;

String.prototype.trim = function(){

return this.replace(/(^\s*)|(\s*$)/g,"");

}

setTimeout();

setInterval();

system.string;

system.Test.StringBuilder;

substr();

substring();

$("#id option:selected").text();

$().find("option[text=‘"]+selecttext+"‘]").attr();

容易遗忘的东西

标签:

原文地址:http://www.cnblogs.com/futengsheng/p/4883003.html

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