Barbossa
Active member
Hi guys, I am trying to enable Avro Phonetic in all textboxes & textareas with default mode set to English. I tried to put this code into my PAGE_CONTAINER. But it's not working. Needless to say I did change the .js path accordingly.
Any idea guys?
Code:
<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>
Any idea guys?