renathy Posted May 1, 2011 Report Share Posted May 1, 2011 Izmantoju sekojošo kodu: $('#frm').submit( function(){ var postdata = $(this).serialize(); $.post("/ajax/", postdata, function(data) { ... Ir textarea, kurā teksts ielādējas no datubāzes. Tad tekstu maina un spiež pogu "Saglabāt". Problēma ir tāda, ka tinymce laikam pārveidot textarea tā, ka pie $(this).serialize un postdata tiek uzrādīta vecā textearea vērtība nevis izmainītā. R. Quote Link to comment Share on other sites More sharing options...
briedis Posted May 1, 2011 Report Share Posted May 1, 2011 Meklē tinymce doc'os komandas, lai liktu tinymce updeitot textareas vērtību ar jauno. Tas ko tur redzi tinymce gadījumā ir iframes, reālais textarea tiek vienkārši paslēpts un uz submit eventa (laikam) aizpildīts ar jauno vērtību. Quote Link to comment Share on other sites More sharing options...
renathy Posted May 2, 2011 Author Report Share Posted May 2, 2011 (edited) Situāciju atrisināju, pirms serialize ieliekot: tinyMCE.triggerSave(true,true) Edited May 2, 2011 by renathy Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.