MY FORM:
<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>
I want to post this values with json and onkeyup functions how can i send this form values ?