[jQuery] getJSON parameter - long string

2009-06-26 Thread saa...@gmail.com
Hi I am trying to send with getJSON a very long string as parameter: $.getJSON("/ajax.php",{id:myid, thetext:mytext},myAjaxResult) where "mytext" - is value from my fckeditor. If "mytext" value is not so long, everything is going fine, but if it become a very long, getJSON doesn't work. How ca

[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. >

[jQuery] Textarea value with javascript

2009-05-26 Thread saa...@gmail.com
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 insted my textarea. Then I change the original text in fckeditor to "Hello world". When I press the butt