【发布时间】:2014-02-14 13:17:16
【问题描述】:
我的表格:
<tfoot>
<form method="post" action="kategoriler.php">
<tr>
<th>Select</th>
<th><input type="text" name="id" id="id" class="form-control" style="width:80px;" placeholder="#"></th>
<th>Image</th>
<th><input type="text" name="name" id="name" class="form-control" style="width:120px;" placeholder="Name"></th>
<th>Order</th>
<th><input type="text" name="Visibility" id="Visibility" class="form-control" style="width:120px;" placeholder="Visibility"></th>
<th>Date</th>
<th>Edit</th>
</tr>
</form>
</tfoot>
我想用 json 和 onkeyup 函数发布这个值,我该如何发送这个表单值?
【问题讨论】:
-
带有 onkeyup 事件?非常糟糕的主意
-
你的想法是什么?我不擅长 jquery
-
你可以使用jQuery.ajax()
-
我尝试使用 ajax,但我会在搜索时使用这种方法,我想通过键来处理