ajax-success

    0熱度

    1回答

    我在我的index.php: <?php $sContent.='<script src="https://code.jquery.com/jquery-1.12.4.js"></script>'; $sContent.='<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>'; $sContent.='

    2熱度

    1回答

    爲什麼我在ajax.sucess的data.length中獲取undefined? 下面是代碼,一些地區已經爲簡潔起見移除了: $.ajax({ data: JSON.stringify(data), url: urlGetProviderQualificationTimeData, type: 'POST', contentType: "applicati

    1熱度

    2回答

    當我輸入家庭地址和電子郵件ID並單擊提交時,電子郵件發送成功。但它並沒有顯示「div class = successbox」中的成功消息 我在做什麼? 我有這樣的index.html <div class="w-container report"> <h2 class="reportheading"><br><br>Get Your Free On Demand<br>Comprehensive

    0熱度

    1回答

    當嘗試在瀏覽器端使用python腳本客戶端發送的數據時,我發現了一個奇怪的行爲。 Ajax調用是: $.ajax({ async: true, type: "POST", url: "/path/cgi-bin/pyscript.py", data: JSON.stringify(my_array), dataType: "html",

    0熱度

    1回答

    我的提交成功信息顯示在新頁面中。 如何將它顯示在與提交按鈕相同的頁面中? contact.php <?php // configure $from = 'email'; $sendTo = 'email'; $subject = 'new message'; $fields = array('uname' => 'Jmeno', 'surname' => 'Spolecnost', 'p

    -1熱度

    1回答

    我有一個頁面模式和一個窗體,我改變了jQuery,因爲輸入文件。 它工作的很完美,但是當我更改爲Validate.js時,成功消息不顯示窗體中的某些值。出現 此消息:[對象對象] 我試圖找到一些答案,但沒有幫助我。 問題:最後一行成功消息。 我想: +name+ +$name+ +$('#name').text()+ 我真的很感激一些幫助! 由於 下面是代碼JS: (function()