Last active
August 2, 2018 16:15
-
-
Save dipu-bd/d5a7014a77d0b90d2badbe6a4ebb2780 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#text-area').bangla('toggle'); // toggles the current input mode | |
$('#text-area').bangla('on'); // enables bangla | |
$('#text-area').bangla('off'); // disables bangla | |
$('#text-area').bangla('enable'); // returns the enable status | |
$('#text-area').bangla('enable', true); // same as .bangla('on') | |
$('#text-area').bangla('enable', false); // same as .bangla('off') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment