上一页 1 ··· 9 10 11 12 13
摘要: $(function () { $("#box").accordion({ width: 450, height: 200, // fit: true, //自适应全屏 // border:true, //外边框设置 // animate: true, //是否显示动画效果 // multiple: 阅读全文
posted @ 2016-08-17 21:43 许轩霖 阅读(218) 评论(0) 推荐(0) 编辑
摘要: $(function () { $("#box").tabs({ width:500, //宽度 height:300, //高度 plain: true, //是否显示背景 fit:true, //是否自适应全屏 border: false, //是否需要边框 tabWidth: 300, //t 阅读全文
posted @ 2016-07-17 18:12 许轩霖 阅读(197) 评论(0) 推荐(0) 编辑
摘要: $(function () { $("#box").panel({ // id:'pox', //div ID title: '面板', //标题 width: '500', //宽度 height: '150', //高度 // iconCls: '', //图标 // left: '200', 阅读全文
posted @ 2016-07-17 17:32 许轩霖 阅读(144) 评论(0) 推荐(0) 编辑
摘要: $(function () { $("#box").progressbar({ width: 300, //宽度 height: 20, //高度 value: 10, //进度 text: '1111', //进度条上显示的数字,默认值'{value}%' 一般不改 onChange: funct 阅读全文
posted @ 2016-07-05 22:25 许轩霖 阅读(103) 评论(0) 推荐(0) 编辑
摘要: $(function(){ $("#box").tooltip({ content: '<div style="width:200px;height:100px;border:1px solid black"><strong>内容提示<strong></div>', //显示的的范围大小 //pos 阅读全文
posted @ 2016-07-03 16:24 许轩霖 阅读(155) 评论(0) 推荐(0) 编辑
摘要: $(function(){ $("#box1").resizable({ // disable: true, // handles: 'e,s', //n:上 e:右 s:下 w:左 ne,se,sw,nw all 控制可拖动位置 //minWidth:200,// 最小宽度, minHeight 阅读全文
posted @ 2016-07-03 15:40 许轩霖 阅读(112) 评论(0) 推荐(0) 编辑
摘要: $(function(){ $("#box").draggable({ //revert:true, //拖动后放开返回原来位置 // cursor:Text, //设置拖动鼠标样式 // handle:'#pox', //指定鼠标在某个控件上可以拖动 //disable:true, //不可拖动 阅读全文
posted @ 2016-07-03 15:19 许轩霖 阅读(286) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13