CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2010
    Posts
    111

    Unhappy spellcheck in javascript

    hi

    can any one help me for how to spell check using javascript or jquery
    i want to do it now...



    Thanks
    A.sona

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: spellcheck in javascript

    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Jun 2009
    Posts
    35

    Re: spellcheck in javascript

    Hi there, the super moderator

    But is it true that spell check is performed bia the dictionary lookup ?
    That is a big dictionary hashing correct words as true values

    hash["this"]=true

    for example

    Something like this seems naive ?
    Should there be another way to check for correct spells ?

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: spellcheck in javascript

    JavaScript cannot interact with an actual engine unless you tie it through AJAX to a web service.

    http://www.google.com/search?q=ajax+spell+checker
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  5. #5
    Join Date
    Mar 2010
    Posts
    111

    Re: spellcheck in javascript

    Thanks for ur post i will work on this now.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured