I would like to suggest a feature, but reading over the forum list, don't see where to do it. Please point me in the right direction.
I'm naming it in a clumsy way just so it's clear:
element.hasAnyOfTheseClasses( space-delimited list of classes )
I'm using classes a kind of state-machine and I'd like to know if the element is in any of those states.
element.hasAllOfTheseClasses(list)
would also be a convenience :-)
Thanks