$(function () { // 移除图片宽高 $(".removeimg").find("img").removeAttr("width").css("width", "100%"); $(".removeimg").find("img").removeAttr("height").css("height", "auto"); $(".removeimg").find("img").css("width", "auto"); $(".removeimg").find("img").css("height", "auto"); $(".removeimg span").remove('margin').css("margin", "auto"); $(".removeimg span").remove('width').css("width", "auto"); $(".removeimg span").remove('height').css("height", "100%"); $(".removeimg p").remove('text-indent').css("text-indent", "0"); $(".removeimg p").remove('height').css("height", "100%"); $("table").remove('text-indent').attr("text-indent", '0'); $("table").remove('width').attr("width", '100%'); $("table").remove('border').attr("border", '1'); //视频处理 $(".videoIFrame").attr("width", "100%").attr("height", 200); }); // ============================移动列表下滑显示============================= function ajax_foot_submit(page, catids, table, fan, keywords) { $.ajax({ url: "/index.php?g=Wap&m=Index&a=" + fan + "&p=" + page, type: "get", data: { table: table, catids: catids, keywords: keywords }, dataType: "json", success: function (result) { html_output(result); } }); }