I'm working with jQuery and looking to see if there is an easy way to determine if the element has a specific css class associated with it.
I have the id of the element, and the css class that I'm looking for. I just need to be able to in an if statement do a comparison based on the existance of that class on the element.
