Is there a standard or reliable method already out there for a javascript framework such as jquery to parse a stylesheet into an object?
What I am attempting to do is see if a jQuery object (or even DOM element for that matter) contains a particular class using the same selectors as the Sizzle engine.