ui li 形式的菜单 实现页面跳转
发表于:2024-11-24 作者:热门IT资讯网编辑
编辑最后更新 2024年11月24日,/*跳转*/ jumpEditRectificatBill:function(){ $("#getEquipLegerFrom li").each(function(){
/*跳转*/
jumpEditRectificatBill:function(){ $("#getEquipLegerFrom li").each(function(){ //var jumpid=$(this).attr("id"); $(this).on("tap",function(){ //tap用于mobile,click用于PC // $("#getEquipLegerFrom").hide(); // list_230101.getEditHtml(jumpid); $.get(html+"230101_list.html",function(data){ $("#content").html(data); }) }) }) }