我现在有个轮播图插件 平时显示正常,可是一点击左侧边栏收起按钮 无法自适应,但是按一下f12就好了我想每次点击侧边栏收起按钮时 初始化 刷新一下这个轮播图插件谁能知道,用ajax或者别的方法,我应该怎么实现,点击、按钮、轮播的自适应呢?我用这个方法 只能把图片加载到div里面,js效果就没有了,并且报错很多: $(document).ready(function () { $(function () { $("#imgsx").bind("click", function () { var $this = $(this); $("#gallery-1") // .html("<img src='Images/Loading.gif' alt=''/>") .load("bar.html", function () { // alert("Load was performed."); $(".rsTmb").css("width", "100%"); $(".rsImg").css("width", "100%"); // $this.attr("disabled", "true"); }); }) }); })
添加回答
举报
0/150
提交
取消