随笔分类 -  js

摘要:需求背景: 页面需要输入完成后自动查询。 解决方案: 阅读全文
posted @ 2018-06-17 14:33 Fury_Fox 阅读(224) 评论(0) 推荐(0)
摘要:JQuery 1.6.0+以后用prop()代替attr(); 多属性选择节点 阅读全文
posted @ 2016-05-19 20:34 Fury_Fox 阅读(234) 评论(0) 推荐(0)
摘要:Date.prototype.format = function(format){ var o = { "M+" : this.getMonth()+1, //month "d+" : this.getDate(), //day "h+" : this.getHours(), //hour "m+... 阅读全文
posted @ 2015-06-05 11:34 Fury_Fox 阅读(314) 评论(0) 推荐(0)