[jQuery] Re: JQuery Spell Checker plugin

2008-12-23 Thread Alexandre Plennevaux
even simpler: right-click > view source. http://brandonaaron.net/jquery/plugins/spellcheck/jquery.spellcheck.js On Tue, Dec 23, 2008 at 5:12 PM, MorningZ wrote: > > "Any idea how to get this plugin" > > - Load up Firefox and Firebug (which you should have as a JavaScript > developer) > - Pul

[jQuery] Re: JQuery Spell Checker plugin

2008-12-23 Thread MorningZ
"Any idea how to get this plugin" - Load up Firefox and Firebug (which you should have as a JavaScript developer) - Pull up the page you link to above - in the "Net" tab on Firebug, go to the "jquery.spell.check.js" line - Right click the "Response" tab and choose "Copy Response Body" The conten

[jQuery] Re: Jquery spell checker

2008-05-01 Thread Bil Corry
Joe wrote on 5/1/2008 12:00 PM: I would assume this would have to include some sort of database interaction. I will be considering a PHP/MySQL/jQuery solution. Spellify uses Google's spellchecker - good if you want just regular spell checking, bad if you need custom spell checking for speci

[jQuery] Re: Jquery spell checker

2008-05-01 Thread Joe
I would assume this would have to include some sort of database interaction. I will be considering a PHP/MySQL/jQuery solution. Cheers. Joe www.subprint.com On May 1, 10:54 am, Bil Corry <[EMAIL PROTECTED]> wrote: > Fontzter wrote on 5/1/2008 10:09 AM: > > > Any leads on this? This is a comm

[jQuery] Re: Jquery spell checker

2008-05-01 Thread Bil Corry
Fontzter wrote on 5/1/2008 10:09 AM: Any leads on this? This is a common request of IE6 users. I would like to have an elegant solution using jQuery. There's always this, if you want to purchase a stand-alone solution (doesn't use jQuery):

[jQuery] Re: Jquery spell checker

2008-05-01 Thread Fontzter
Any leads on this? This is a common request of IE6 users. I would like to have an elegant solution using jQuery. On Apr 4, 8:53 am, rsmolkin <[EMAIL PROTECTED]> wrote: > Has anyone seen aspellcheckerfor text areas written in Jquery? > > I'm looking for one that is either stand-alone or can be u

[jQuery] Re: Jquery spell checker

2008-04-08 Thread Bil Corry
rsmolkin wrote on 4/4/2008 7:53 AM: Has anyone seen a spell checker for text areas written in Jquery? I'm looking for one that is either stand-alone or can be used via AJAX connecting to ColdFusion. I would like to add a spell checker to all text areas that will work like Gmail. I've been t