$('#commentForm').click('submit', function () { tinyMCE.triggerSave(true, true); $(this).ajaxSubmit({ success: function (result) { if (result.success) ...
確定! 回上一頁