随笔分类 - 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...
阅读全文
摘要:(function () {$.fn.IngeniousDT = function (tableTitle) {//判断应合并的行数var tdColspan = $(this).find("tr").last().find("td").length;$(this).before('' + tabl...
阅读全文