An open API service indexing awesome lists of open source software.

https://github.com/developit/puredom.propertyselector

Adds :property CSS selectors to puredom.
https://github.com/developit/puredom.propertyselector

Last synced: 6 months ago
JSON representation

Adds :property CSS selectors to puredom.

Awesome Lists containing this project

README

          

puredom.propertyselector
========================

Adds support for jQuery-like `:property` selectors to puredom's selector engine.

Example
-------
puredom('input[type=checkbox]:checked').describe();

License
-------
GPL v3