Datagrid使用ajax来保存和删除

时间:2015-12-29 13:24:04

标签: javascript php json ajax datagrid

我使用javascript创建了网格,我使用ajax来获取要保存在数据库中的数据,并且网格中有一个next-prev,当我点击保存时它只占用第一页数据

$.ajax({
    type: "POST",
    dataType: "json",
    url: "../test/delete_remove_fromGrid.php", 

    data: $("form_name").serialize(),

    success: function(data) {

    }//end success

0 个答案:

没有答案