随笔分类 -  JS

摘要:function AA (){ var r={}; this.get = function(key){ return r[key]; } this.put = function(key,x){ r[key] = x; } this.each = function (Func) { for (v... 阅读全文
posted @ 2015-02-25 11:19 soft.push("zzq") 阅读(136) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-02-25 11:12 soft.push("zzq") 阅读(147) 评论(0) 推荐(0)
摘要:(function () {$.fn.IngeniousDT = function (tableTitle) {//判断应合并的行数var tdColspan = $(this).find("tr").last().find("td").length;$(this).before('' + tabl... 阅读全文
posted @ 2015-02-13 13:11 soft.push("zzq") 阅读(208) 评论(0) 推荐(0)