$('form').on('submit', function(form){ // save TinyMCE instances before serialize tinyMCE.triggerSave(); var data = $(this).serialize(); ...
確定! 回上一頁