nikud.js
v1.0.2
Published
jQuery plugin for [Hebrew Niqqud](https://en.wikipedia.org/wiki/Niqqud). This plugin adds a Niqqud Toolbar to any HTML input element.
Downloads
2
Readme
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.