Skip to content

This jQuery Plugin will help you to input Kazakh,Uyghur,Kyrgyz in web.

Notifications You must be signed in to change notification settings

ErbosynNurbol/jquery.kazakhsoft-webime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

jquery.kazakhsoft-webime

This jQuery Plugin will help you to input Kazakh in web. Demo

<script src="jquery.min.js"></script>
<script src="jquery.kazakhsoft-webime.js"></script>

Input All input, textarea

 $(function () {
        $('*').inputKzChar(); //default is kz (kazakh chars)
        //$('*').inputKzChar({inputlanguage:'kk'}); //input cyrl chars
        //$('*').inputKzChar({inputlanguage:'ug'}); //input uyghur chars
        //$('*').inputKzChar({inputlanguage:'kg'}); //input kyrgyz chars
    })
<input type="text" id="name" />
   $(function () {
        $('#name').inputKzChar();
    })
<input type="text" class="kztxt" />
    $(function () {
        $('.kztxt').inputKzChar();
    })

Or

<input type="text" data-webime="kazakhsoft" data-inputlanguage="kk" />

About

This jQuery Plugin will help you to input Kazakh,Uyghur,Kyrgyz in web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published