vivekdoshi2 / unicode.js

A small javascript library to enable native input support in textfields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS PACKAGE IS DEPRECATED AND IS NOT MAINTAINED ANYMORE.

unicode.js

A small javascript library to enable native input support in textfields.

Usage

Adding class="unicode" and lang="language" to normal input textfields and textarea will allow user to type directly in a specified language. It uses google transliteration lib for unicode purpose. So "language" can be the languages supported by google transliteration library.

<input type="text" class="unicode" lang="ne" />
<textarea class="unicode" lang="ru"></textarea>

The above code will allow the user to type directly in Nepali and Russian language.

About

A small javascript library to enable native input support in textfields.

License:Other


Languages

Language:HTML 63.3%Language:JavaScript 21.2%Language:CSS 15.5%