Is there any google closure function like jQuery .is()

Viewed 436

I am more familiar with Jquery, but I am working with Google Closure. I want to know if there is any function or library in Google Closure like .is() in jQuery so I can check if the target element matches the css selector. I found a plugin goog.dom.query, but this is not exactly what I need as it is used to find elements.

2 Answers
Related