I am using CKEditor, jQuery and jQuery form plugin and I would like to submit contents of the CkEditor form via an Ajax query. Here is my code:
I tried something like this:
First I had to put an id = "#myForm" on @Html.BeginForm afterwards, I put these in my scripts part where in I use the script:
and then I did something like this =] for my submit button and it works fine for me, no more pressing the Submit twice =]
Submit