jQuery Mobile中沒法提交表單?

   在WAP開發時,發現JQM中沒法提交表單,請看:html

 
<form method="post" action="personal.html">
         <input type="submit" id="submit" data-icon="check" name="submit" value="肯定" data-theme="b" />
</form>
 
此時是沒法提交成功的,解決方法:
在FORM中禁用AJAX便可,
 
<form method="post" action="personal.html" data-ajax="false"
相關文章
相關標籤/搜索