[jQuery] Re: Textarea value with javascript

2009-05-26 Thread James
I've never used fckEditor before, but how about try using Firebug to walk through the HTML to locate the parts created by fckEditor and see how you can reference it. I found it very useful for referencing parts of the DOM created by other plug-ins or scripts I'm not familiar with. On May 26, 4:01

[jQuery] Re: Textarea value with javascript

2009-05-26 Thread saa...@gmail.com
Yeah On 26 maijs, 16:53, Caires Vinicius wrote: > You tried the innerHTML? > > > > On Tue, May 26, 2009 at 10:21 AM, saa...@gmail.com wrote: > > > Good day > > > How can I get current textarea that was changed in fckEditor value > > with javascript. > > I got: > > Hello > > Then happens this: $

[jQuery] Re: Textarea value with javascript

2009-05-26 Thread Caires Vinicius
You tried the innerHTML? On Tue, May 26, 2009 at 10:21 AM, saa...@gmail.com wrote: > > Good day > > How can I get current textarea that was changed in fckEditor value > with javascript. > I got: > Hello > Then happens this: $('textarea').fck({ path:'/fckeditor/' }); , so now > I get fckEditor in