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.
- Host: GitHub
- URL: https://github.com/developit/puredom.propertyselector
- Owner: developit
- License: gpl-3.0
- Created: 2014-01-08T04:44:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T15:19:22.000Z (almost 9 years ago)
- Last Synced: 2025-09-12T00:45:40.438Z (6 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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