Skip to content

zvizvi/nikud.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.