开发者

iframe spell check algorithm

开发者 https://www.devze.com 2023-01-20 11:40 出处:网络
I want to find the best way (using javascript) to check the spelling of an开发者_StackOverflow社区 iframe content based on the results that will be returned by the \'hunspell\' spell checker.

I want to find the best way (using javascript) to check the spelling of an开发者_StackOverflow社区 iframe content based on the results that will be returned by the 'hunspell' spell checker.

  • scan fast word by word the iframe content
  • add a red underline style for each misspelled word that would work fast for the entire iframe content
  • remove the spans when the user disabled spelling, etc
0

精彩评论

暂无评论...
验证码 换一张
取 消