SyntaxFix
Write A Post
Hire A Developer
Questions
This should work:
$("#table-filters>ul>li.active").removeClass("active"); //Find all `li`s with class `active`, children of `ul`s, children of `table-filters`