SORU
23 Ocak 2010, CUMARTESİ


Sorun jquery ve.: button değeri yok't gönder

Jquery ve. ama seri hale getirme, bir sorun var, bir formu göndermek için kullanıyorum Button değer yazı yok.

İşte kod:

<form id="myForm" method="post" action="post.php"><textarea name="question_text" id="question_text" style="width:543px;height:250px;"></textarea></form>

$('#myForm').submit(function() {
    $.ajax({
        type: 'POST',
        url: $(this).attr('action'),
        data: $(this).serialize(),
        success: function(data) {
            $('#result').fadeIn('slow');
            $('#result').html(data);
            $('.loading').hide();
        }
    })
    return false;
});

tinyMCE.init({
    // General options
    mode : "textareas",
    theme : "advanced",     

    // Theme options
    theme_advanced_buttons1 : "bold,italic,underline,separator,image,separator,justifyleft,justifycenter,justifyright,jformatselect,fontselect,fontsizeselect,justifyfull,bullist,numlist,undo,redo,styleprops,cite,link,unlink,media,advhr,code,preview",
    theme_advanced_buttons2 : "",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_statusbar_location : "bottom",
    theme_advanced_resize_horizontal : false,
    theme_advanced_resizing : true,
    extended_valid_elements :"a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
});

Metin alanına değeri yayınlanmıştır elde etmek için değiştirmek için ne yapmam gerektiği ve neden bana açıklayabilir misin?

CEVAP
15 ŞUBAT 2010, PAZARTESİ


Formu teslim etmeden önce, tinyMCE.triggerSave(); Ara

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • eisleyhead

    eisleyhead

    11 Ocak 2006
  • midomansour

    midomansour

    19 EYLÜL 2009
  • TeeMayneTV

    TeeMayneTV

    27 Kasım 2010