-1
形式使用按鈕提交事件: <button type="button" name="submit">SEARCH</button>
這裏是很簡單的JavaScript我到目前爲止,我不明白爲什麼它應該在警告被輸出表單頁面箱:
$(document).ready(function() {
$("button[name='submit']").click(function(){
//
});
});
產生一個警告框,readyState的,狀態文本,並responseText的:
200 , OK, <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
(...and the entire html output of the form page goes here...)
</body>
</html>
我不明白爲什麼我的js應該輸出任何東西,如果我沒有告訴它。
什麼是表單動作屬性值? – Dhiraj
@DhirajBodicherla,爲什麼行動價值很重要?我不認爲這與問題有關。請解釋它爲什麼會是?我還沒有提交提交動作。 – TARKUS
我最初並不理解這個問題。現在我知道了。操作屬性不相關。 – Dhiraj