/nikud.js

jquery plugin for Hebrew Niqqud toolbar

Primary LanguageCSS

nikud.js

jQuery plugin for Hebrew Niqqud. This plugin adds a Niqqud Toolbar to any HTML input element.

Download

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

Bower

bower install nikud.js

Installtion

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

<script src="jquery.js"></script>
<link rel="stylesheet" href=" nikud.css">
<script src=" nikud.js"></script>

Setup

$('input').nikud();

Example

Use this link as an example.