摘要: var s = ''; var mouth = (this.getMonth() + 1)>=10?(this.getMonth() + 1):('0'+(this.getMonth() + 1)); var day = this.getDate()>=10?this.getDate():('0'+ 阅读全文
posted @ 2018-07-20 17:06 放飞的回忆 阅读(8334) 评论(0) 推荐(0)
摘要: 一直都在用 jQuery 1.8.3 的版本,没有尝试过 jQuery 1.9.0 的版本。 于是,开始调试代码,在 1.9.0 的版本中: 点击 checkbox,结果都是 undefined 而在 1.8.3 的版本中,结果是 checked 和 undefined 到这里,问题答案找到了,就是 阅读全文
posted @ 2018-07-20 11:17 放飞的回忆 阅读(175) 评论(0) 推荐(1)