摘要:
$(function () { $("#box").accordion({ width: 450, height: 200, // fit: true, //自适应全屏 // border:true, //外边框设置 // animate: true, //是否显示动画效果 // multiple: 阅读全文
摘要:
$(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', 阅读全文
摘要:
$(function () { $("#box").progressbar({ width: 300, //宽度 height: 20, //高度 value: 10, //进度 text: '1111', //进度条上显示的数字,默认值'{value}%' 一般不改 onChange: funct 阅读全文
摘要:
$(function(){ $("#box").tooltip({ content: '<div style="width:200px;height:100px;border:1px solid black"><strong>内容提示<strong></div>', //显示的的范围大小 //pos 阅读全文
摘要:
$(function(){ $("#box1").resizable({ // disable: true, // handles: 'e,s', //n:上 e:右 s:下 w:左 ne,se,sw,nw all 控制可拖动位置 //minWidth:200,// 最小宽度, minHeight 阅读全文
摘要:
$(function(){ $("#box").draggable({ //revert:true, //拖动后放开返回原来位置 // cursor:Text, //设置拖动鼠标样式 // handle:'#pox', //指定鼠标在某个控件上可以拖动 //disable:true, //不可拖动 阅读全文