Built up with Thai.
|
|
How to activate toneletter. $('.thai').toneletter({ lang: 'th' }); |
|
Click this button, and it'll stop the observation on keys pressing.
$input = $('.thai').toneletter({ lang: 'th' }); |
|
Putting tone letters at current cursor position by method call.
$input = $('.thai').toneletter({ lang: 'th' }); |
|
Customize tone keys and phonetic keys and letters.
$('.thai').toneletter({ |
|
It works well with Chinese Pinyin. $('.pinyin').toneletter({ lang: 'cn' });
|