brandonaaron / jquery-spellcheck

A jQuery plugin that adds spellcheck support to inputs using the Google spell checker API.
http://plugins.jquery.com/project/spellcheck
MIT License
89 stars 23 forks source link

IE9 Not Working #5

Open gambit07 opened 11 years ago

gambit07 commented 11 years ago

Hi there Brandon, great spell checker! Unfortunately I can't seem to get it working in IE9. Works flawlessly in chrome but unfortunately I don't have the option of running in that browser.

gambit07 commented 11 years ago

Hi again, I figured out the issue. It's actually that the spell checker is not working with Jquery's latest release. Adding the Jquery migrate plugin doesn't seem to help either. Unfortunately I am using some other things that require the latest version of jquery. Any plans for updating this to work with 1.9.1?