// ============================移动列表下滑显示============================= function ajax_foot_submit(page, catid, table, fan, keywords) { $.ajax({ url: "/index.php?g=Wap&m=Index&a=" + fan + "&p=" + page, type: "get", data: { table: table, catid: catid, keywords: keywords }, dataType: "json", success: function (result) { jovohtml(result); } }); }