Skip to content

Instantly share code, notes, and snippets.

@torifat
Last active September 27, 2015 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torifat/1352158 to your computer and use it in GitHub Desktop.
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
<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