//格式化时间,用法new Date(value).format("yyyy-MM-dd
hh:mm:ss")Date.prototype.format = function (format) { var o = { "M+":
this.getMonth() + 1, //month "d+": ...
分类:
Web程序 时间:
2014-06-05 18:34:10
阅读次数:
270
JS日期控件http://www.my97.net/dp/demo/index.htmjquery
1.10 版本后,动态绑定事件 .live
无效,改成用.on了http://stackoverflow.com/questions/14354040/jquery-1-9-live-is-not-a...
分类:
编程语言 时间:
2014-05-14 13:39:41
阅读次数:
412