侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

JQERY EasyUI Tabs 选项卡 自适应浏览器宽度高度 解决方案

2023-01-11 星期三 / 0 评论 / 0 点赞 / 69 阅读 / 881 字

<script type="text/javascript"> $(window).resize(function () { $(‘#tt‘).tabs({ width: $("#tt").paren

... .

<script type="text/javascript">
$(window).resize(function () {
$(‘#tt‘).tabs({
width: $("#tt").parent().width(),
height: "auto"
});
})
$(function() {
$(‘#tt‘).tabs({
width: $("#tt").parent().width(),
   height: "auto"
});
});
</script>


<div id="tt">
<div title="标题1" style="padding:10px;" cache="false">
test11111111111111111111111111111111111111111111111111111111111111111111111111

</div>

<div title="标题2" style="padding:10px;" cache="false" href="/EMS01/IMG_List"></div>
<div title="标题3" style="padding:10px;" cache="false" href="/EMS01/EXG_List"></div>
</div>

待验证 动态数据加载的时候

. .. ...

广告 广告

评论区