wikimedia/jquery.ime

jQuery ime in example page is not working

Closed this issue · 1 comments

The example page for jQuery ime given in the link http://thottingal.in/projects/js/jquery.ime/examples/ is not working. One cannot find any language selectors in the text box.

The errors thrown in the javascript console are


SyntaxError: syntax error
<<<<<<< HEAD

jquery.ime.js (line 200)
TypeError: $.ime is undefined

http://thottingal.in/projects/js/jquery.ime/src/jquery.ime.preferences.js(line 4, col 1)
TypeError: $.ime is undefined

http://thottingal.in/projects/js/jquery.ime/src/jquery.ime.inputmethods.js(line 4, col 1)
TypeError: $(...).ime is not a function

$( 'input, textarea, [contenteditable]' ).ime();

Uncaught SyntaxError: Unexpected token << thottingal.in/projects/js/jquery.ime/src/jquery.ime.js:200
Uncaught TypeError: Cannot read property 'preferences' of undefined thottingal.in/projects/js/jquery.ime/src/jquery.ime.preferences.js:4
Uncaught TypeError: Cannot read property 'sources' of undefined thottingal.in/projects/js/jquery.ime/src/jquery.ime.inputmethods.js:4
Uncaught TypeError: undefined is not a function 

jquery ime error

Fixed now. Thanks.