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

https://github.com/steelydylan/findinpage


https://github.com/steelydylan/findinpage

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

findInPage
==========

Usage
-----
```html

$(".search").findInPage({keyword:"am"});

```

Result
-----

Option
-----

- tag (which element tag to use to enclose the strings)
- mark (className of the tag to highlight the strings)
- caseSensitive (If you want to search words with the correct case, set it as true)