Link to home
Start Free TrialLog in
Avatar of erikTsomik
erikTsomikFlag for United States of America

asked on

FCKeditor pass value to the ajax

I am using FCKeditor , now I need to grad the value from this FCKEditor
and pass it to the jquery ajax


ASKER CERTIFIED SOLUTION
Avatar of SidFishes
SidFishes
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
how you are doing it, submitting form values to ajax can u show ur code
Avatar of erikTsomik

ASKER

I have fckEditor name textMessage . The form is launch in jquery UI dialog


And Then when the user click OK button on the dialog I am passing the value of the textMessage to the ajax

jQuery.ajax({
well I don't do jquery but my snippet shows you how to assign the value of the editor box to a variable. should be simple to pass that value...