Is there any way to test if a selector would match a given DOM Element? Preferably, without the use of an external library like Sizzle. This is for a library and I would li
Just use an id for your element? HTML-IDs have to be unique…