/*跳转*/
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);
})
})
})
}
原文地址:http://1940817891.blog.51cto.com/9833202/1963480