我需要找出有多少“ui-tableFilter-filtered”类;
我尝试了以下几种方法
updatecounter(table.find("th").hasClass('ui-tableFilter-filtered'));
但是不返回任何内容。
发布于 2011-11-02 13:03:39
$('th.ui-tableFilter-filtered').length
https://stackoverflow.com/questions/7975995
相似问题