jquery

所属分类:JavaScript/JQuery
开发工具:HTML
文件大小:5KB
下载次数:0
上传日期:2015-08-22 08:32:11
上 传 者sh-1993
说明:  一个jQuery插件,当用日语输入法输入的文本发生变化时,它会调用一个处理程序函数
(a jQuery plugin which calls a handler function when texts inputted with Japanese IME change)

文件列表:
Gruntfile.js (538, 2015-08-22)
LICENSE (1083, 2015-08-22)
bower.json (518, 2015-08-22)
example.html (1014, 2015-08-22)
jquery.japanese-input-change.js (886, 2015-08-22)
jquery.japanese-input-change.min.js (370, 2015-08-22)
live-example.html (1034, 2015-08-22)
package.json (809, 2015-08-22)

jquery.japanese-input-change ============================ a jQuery plugin which calls a handler function when texts inputted with Japanese IME change ## API ``` $(selector).japaneseInputChange(handler) ``` The handler is called when the text value is changed from the original value. During the IME has uncommitted text, the handler will not be called. ``` $(context).japaneseInputChange(selector, handler) ``` With this version, the handler is called for selector matching elements created after the function call too. Internally jQuery ```.on(events, selector, handler)``` is used. ## Supported browsers IE10+, Firefox, Chrome, Safari. Browsers with support of `focus`, `blur`, `compositionstart`, `compositionend`, and `input` events. ## examples * [a basic example](http://hnakamur.github.io/jquery.japanese-input-change/example.html) * [a live event example](http://hnakamur.github.io/jquery.japanese-input-change/live-example.html) * [SlickGrid filtering example](http://hnakamur.github.io/slickgrid_example/)

近期下载者

相关文件


收藏者