It works well while using with all textinputs as:
$Spelling.SpellCheckAsYouType('textinputs');
but I need to disable the spellcheck for some textinputs so I used separate classname for which I need spellcheck and used it as:
$Spelling.SpellCheckAsYouType('.classname');
And this didn't work. Please provide some solutions to this.
Even I am facing the same problem. It seems like when you have multiple textarea with same class, the SpellCheckAsYouType is applied to only one (either first or last) textarea which has that class. Others are not affected.
$('.myClassName').spellAsYouType();
--
You received this message because you are subscribed to the Google Groups "JavaScriptSpellCheck" group.
To unsubscribe from this group and stop receiving emails from it, send an email to javascriptspellc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.