yolao / jquery-spellchecker

Automatically exported from code.google.com/p/jquery-spellchecker
0 stars 0 forks source link

Remove problem #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using .spellchecker("remove");

What is the expected output? What do you see instead?
I tried using this plugin to check the spelling of several input but I 
encountered a problem due to the multi-instantiation, which forced me to delete 
the previous instantiation when I create a new one.
I found that removing it was not done properly and I found the problem :

Error lines 320-321 : using this.domObj => must be replaced by this.$domObj

I hope it will help you

Original issue reported on code.google.com by bidou...@gmail.com on 20 Oct 2010 at 8:24