jQuery plugin for Hebrew Niqqud. This plugin adds a Niqqud Toolbar to any HTML input element.
git clone https://github.com/zvizvi/nikud.js.git
bower install nikud.js
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>
$('input').nikud();
Use this link as an example.