Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/artemavramenko/phased.js

CSS selector library
https://github.com/artemavramenko/phased.js

Last synced: 29 days ago
JSON representation

CSS selector library

Awesome Lists containing this project

README

        

# phased.js
JavaScript/TypeScript CSS selector library.

Code licensed under [MIT License](LICENSE).

# Example
```
var projectName = $$('#task').all('ul li a').withAttribute('href', /\/projects\/\d+$/).maybe.textContent;
```