Swanalekha transiliteration tool for Malayalam, packed as a jquery plugin
nishan/jquery-swanalekha
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Jquery plugin for Swanalekha INSTALLATION Include swanalekha script in you html. Thats all. <script src="jquery-swanalekha.js" ></script> You should have also included jquery as well. USAGE: $(selector_exp).swanalekha() This will enable swnalekha on elements selected by the selector experssion. For eg : $("#t_input").swanalekha() will enable swanalekha on the element with id 't_input' Eg: $("textarea").swanalekha() will enable swanalekha on all textareas Eg: $("input").swanaleka() will enable swanaleka on all inputs, but only text inputs will actually be enabled. Swanalekha can be customised with following options : showCheckBox : if true, a checkbox will be sown near the text elements. outlineStyle : Style of the text element when its swanalekha enabled checkBoxLabel : Label of the checkbox, is relevant only if you have showCheckBox=true. You can use the options as follows $("textarea").swanalekha({showCheckBox: true, outlineStyle:'dashed 1px green'}); See test.html for more examples
About
Swanalekha transiliteration tool for Malayalam, packed as a jquery plugin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published