摘要:
排序代碼function SortTable(sTableID, iCol, sDataType){ this.oTable=document.getElementById(sTableID); this.oTBody=this.oTable.tBodies[0]; this.colDataRows=this.oTBody.rows; this.aTRs=[]; this.iCol=iCol; this.sDataType=sDataType;}SortTable.prototype={ convert:function(sValue, sDataTy... 閱讀全文
posted @ 2012-07-30 07:59
artwl
閱讀(850)
評論(4)
推薦(1)
浙公網安備 33010602011771號