摘要: function l_sort(col,coltype,hier,hiercol,mach,colname,sAlternateSortType)153{154 // this is used in cases where a column needs to be sorted by something different than it's type/value155 if(sAltern... 阅读全文
posted @ 2008-10-07 23:51 CarlZeng 阅读(363) 评论(0) 推荐(0) 编辑
摘要: /* getElementByClass /**********************/ var allHTMLTags = new Array(); function getElementByClass(theClass) { var allHTMLTags=document.getElementsByTagName('*'); for (i=0; i ... 阅读全文
posted @ 2008-10-07 23:19 CarlZeng 阅读(3268) 评论(0) 推荐(0) 编辑
摘要: 1 常用的正则表达式元字符 . 匹配任意字符 * 修饰匹配符为0次任意次 ^ 匹配输入行的开始位置 $ 匹配输入行的结束位置 + 修饰匹配符至少1次 ... 阅读全文
posted @ 2008-10-07 18:04 CarlZeng 阅读(220) 评论(0) 推荐(0) 编辑