Last active
September 27, 2015 23:58
-
-
Save torifat/1352158 to your computer and use it in GitHub Desktop.
Enable Avro Phonetic in all textboxes & textareas with default mode set to English
This file contains 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
<script src="path/to/avro-x.x.x.min.js" type="text/javascript" charset="utf-8"></script> | |
<script type="text/javascript" charset="utf-8"> | |
$(function(){ | |
$('textarea, input[type=text]').avro({'bangla':false}); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment