随笔分类 - JS
摘要:if(confirm("Sure to xxxxxx?")){ xxxxxx; xxxxxx; }
阅读全文
摘要:1. 补充Format函数 // common functionsstart Date.prototype.Format = function(fmt) { //author: meizz var o = { "M+" : this.getMonth()+1, //月份 "d+" : this.ge
阅读全文
摘要:对于append的元素,原有的方法不生效解决:用on方法找到的:http://www.zhidao91.com/jquery-html-live-on/解决使用jQuery采用append添加的元素事件无效的方法2014年09月22日 | jQuery | 浏览: 1,118当我们使用jQuery动...
阅读全文