$(document).ready(function(){ $(".packagelist").on("touchstart",function(){ var index = $(this).index(); $(".packagelist").removeClass("on"); $(this).addClass("on"); $(".disneylistgrid").hide(); $(".disneylistgrid").eq(index).fadeIn(); }) // $(".aclick").on("touchstart",function(){ // }) }) // onClick="showIframe('http://yii2.com/hotel/report/purchase',460,280)" function showIframe(url){ //添加iframe $("title").html('酒店业务统计'); var if_w = $(window).width() - $('.control-bar').width(); var if_h = $(window).height(); //allowTransparency='true' 设置背景透明 $('.control-show').empty(); $("").prependTo('.control-show'); $(".navbar").width(1626); $("#YuFrame1").attr("src", url) }