0
我試圖使用jQuery Mobile的,PHP和MySQL 這是代碼如何從表單操作刪除#
<form action="check_login.php" method="post">
<div data-role="fieldcontain">
<input type="text" name="username" id="username" value="Username" />
</div>
<div data-role="fieldcontain">
<input type="password" name="username" id="username" value="Password" />
</div>
<div class="ui-body ui-body-b">
<fieldset class="ui-grid-a">
<div class="ui-block-b"><button type="submit" data-theme="a">Login</button></div>
</fieldset>
</div>
</form>
做一個登錄表單但問題是,在提交表單,它會被重定向到的index.php#check_login.php,而不是裝載/check_login.php驗證登錄
如何做到這一點?
哪裏是jQuery代碼? – chrispanda
有一個錯誤。 – user1042910
\t – user1042910