摘要:
$(function () { $("#box").tabs({ width:500, //宽度 height:300, //高度 plain: true, //是否显示背景 fit:true, //是否自适应全屏 border: false, //是否需要边框 tabWidth: 300, //t 阅读全文
摘要:
$(function () { $("#box").panel({ // id:'pox', //div ID title: '面板', //标题 width: '500', //宽度 height: '150', //高度 // iconCls: '', //图标 // left: '200', 阅读全文