You can do this using the function overload of .filter(), like this:
.filter(function() {
return $(this).attr("attrName") > "someValue";
})
You can do this using the function overload of .filter(), like this:
.filter(function() {
return $(this).attr("attrName") > "someValue";
})