jQuery.expr[':'].Contains自定义伪类选择器
不区分大小写过滤筛选jQuery.expr[':'].Contains = function(a,i,m){ return (a.textContent || a.innerText || "").toUpperCase().indexOf(m[3].toUpperCase())>=0;}function filelist(input,list) { $(input).ch