Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.