亚洲国产日韩欧美在线a乱码,国产精品路线1路线2路线,亚洲视频一区,精品国产自,www狠狠,国产情侣激情在线视频免费看,亚洲成年网站在线观看

jquery submit()不能提交表單的的原因

時間:2020-11-11 11:05:22 jQuery Mobile 我要投稿

jquery submit()不能提交表單的的原因

  復制代碼 代碼如下:

  用戶名:

  密碼:

  郵箱:

  改為

  $("#submit").click(function() {

  $("form").submit();

  });

  上述代碼點擊注冊按鈕時無法提交表單

  原因

  Additional Notes:

  Forms and their child elements should not use input names or ids that conflict with properties of a form, such as submit, length, or method. Name conflicts can cause confusing failures. For a complete list of rules and to check your markup for these problems, see DOMLint.

  其他注意事項:

  表單和其子元素不宜用一個表單的屬性的屬性作為name或id的`名稱,如submit, length, or method,是、會產(chǎn)生沖突。名稱沖突可能會導致混亂的失敗。對于一個完整的規(guī)則列表,并檢查這些問題標記,看DOMLint。

  所以將注冊按鈕的id改為“register”就OK了

【jquery submit()不能提交表單的的原因】相關文章:

1.jQuery簡單的表單應用

2.jquery提交按鈕的代碼

3.jQuery表單步驟流程

4.淺談Ajax提交與傳統(tǒng)表單提交的區(qū)別說明

5.php避免form表單重復提交

6.講解如何讓php提交form表單

7.jQuery獲取和設置表單元素的方法參考

8.asp教程中g(shù)et post提交表單區(qū)別