form表單提交以及用Jquery實現ajax提交form表單

在form標籤中添加Action(提交的地址)和method(post),且有一個submit按鈕(<input type='submit'>)就能夠進行數據的提交,每個input標籤都須要有一個name屬性,才能進行提交。javascript button的type 屬性,IE的默認是 「button」,非IE默認是 「submit」。若是想不提交須要指定type爲」button」。 html
相關文章
相關標籤/搜索