Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zvizvi/nikud.js

jquery plugin for Hebrew Niqqud toolbar
https://github.com/zvizvi/nikud.js

hebrew hebrew-niqqud jquery-plugin nikud

Last synced: about 1 month ago
JSON representation

jquery plugin for Hebrew Niqqud toolbar

Awesome Lists containing this project

README

        

# nikud.js
jQuery plugin for [Hebrew Niqqud](https://en.wikipedia.org/wiki/Niqqud).
This plugin adds a Niqqud Toolbar to any HTML input element.

## Download

##### Git
```bash
git clone https://github.com/zvizvi/nikud.js.git
```

#### Bower
```bash
bower install nikud.js
```

## Installtion

Add `nikud.js` and `nikud.css` in your HTML page.
_**Note:** jquery is required._

```html

```

## Setup
```javascript
$('input').nikud();
```

## Example
Use this [link](https://zvizvi.github.io/nikud.js/) as an example.