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

https://github.com/skykery/selector-finder

Jquery or Javascript functions
https://github.com/skykery/selector-finder

javascript-functions jquery selector-finder

Last synced: 4 months ago
JSON representation

Jquery or Javascript functions

Awesome Lists containing this project

README

        

# selector-finder
Jquery or Javascript functions
You can use this function to get objects from DOM in a webpage using jQuery.
You can get urls from links or data.
```
ex. getList("h2>a","url")
ex. getList("span.data","text")
```