Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jongha/jquery-marker
Highlighters(or markers) used to highlight and cover over existing writing while still leaving the writing readable. This jQuery plugin supports the highlighting of certain parts of the web page. This is Minimum viable product (MVP) project. But this has a great deal of potential. I'm sure this plugin helps develop your web pages soon.
https://github.com/jongha/jquery-marker
highlighting javascript jquery jquery-marker mvp
Last synced: 22 days ago
JSON representation
Highlighters(or markers) used to highlight and cover over existing writing while still leaving the writing readable. This jQuery plugin supports the highlighting of certain parts of the web page. This is Minimum viable product (MVP) project. But this has a great deal of potential. I'm sure this plugin helps develop your web pages soon.
- Host: GitHub
- URL: https://github.com/jongha/jquery-marker
- Owner: jongha
- License: mit
- Created: 2014-04-27T12:27:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T12:53:59.000Z (over 10 years ago)
- Last Synced: 2024-10-05T09:03:30.923Z (about 1 month ago)
- Topics: highlighting, javascript, jquery, jquery-marker, mvp
- Language: JavaScript
- Homepage: https://plugins.jquery.com/marker/
- Size: 270 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jQuery Marker
Highlighters(or markers) used to highlight and cover over existing writing while still leaving the writing readable. This jQuery plugin supports the highlighting of certain parts of the web page. This is Minimum viable product (MVP) project. But this has a great deal of potential. I'm sure this plugin helps develop your web pages soon. Your contribution is always welcome. Thanks.
## Screenshot
![Screenshot](https://raw.github.com/jongha/jquery-marker/master/demo/screenshot.png)
## Description
```
$(selector).marker([options])
```* **options**
* color
* string of color, default '#FFFF00' (yellow).## Usage
1. Include jQuery library and marker plugin script at the your page.
```
```
2. Add class or id to your markable content.
3. jQuery select and call marker function.
```
$(".marker-class").marker();
```Or
```
$("#marker-id").marker({ color: 'peachpuff' });
```## License
jquery-marker is available under the terms of the MIT License.