Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naseem1amjad/urdu-js-keyboard-by-naseem-amjad
Urdu Text Box using JavaScript with Font Selector
https://github.com/naseem1amjad/urdu-js-keyboard-by-naseem-amjad
arabic font javascript keyboard online text textbox urdu urdu-language
Last synced: about 1 month ago
JSON representation
Urdu Text Box using JavaScript with Font Selector
- Host: GitHub
- URL: https://github.com/naseem1amjad/urdu-js-keyboard-by-naseem-amjad
- Owner: naseem1amjad
- License: apache-2.0
- Created: 2024-07-13T15:54:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T16:01:22.000Z (7 months ago)
- Last Synced: 2024-11-08T18:33:14.370Z (3 months ago)
- Topics: arabic, font, javascript, keyboard, online, text, textbox, urdu, urdu-language
- Language: JavaScript
- Homepage: https://www.ajsoftpk.com/naseem_amjad/urdu/
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UrduNize Text Box using Urdu Phonetic Keyboard
A jQuery code for typing in Urdu using an English keyboard.
This is newer version of HTML/JS based Urdu Text Box that allows to type Urdu using JavaScript.
Older version of Urdu Text Box that is available at (https://www.ajsoftpk.com/urdutextbox/urdutextbox-for-asp-php-jsp.html) is replaced by this one.
This is a phonetic open-source mobile enabled jQuery plugin which enables typing in Urdu using an English keyboard.## Instructions to use
- Download the file `urdunize.min.js`
- Place it in your assets and include it with`` after including latest version of jQuery
- Set Urdu input for the input field or textarea with an id e.g.
```javascript
connectKeyboard("#u");
```For more details on how to use this Urdu Component contact [email protected]
The keyboard mapping is given in the file urdu_phonetic_keyboard.png
A [demo can be seen here](http://www.ajsoftpk.com/naseem_amjad/urdu/online-urdu-keyboard/) as well as on [www.urdujini.com](http://www.urdujini.com/urdu-text-box/)
This Urdu Text Box can be used by Software Programmers / Web Developers to add Urdu editing functionality on their websites.
Note: This Urdu Textbox was developed for https://www.github.com/naseem1amjad/Php-Urdu-Text-on-Product-Designer/ available online.