码迷,mamicode.com
首页 > 其他好文 > 详细

分类组件

时间:2016-08-17 22:51:24      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:

$(function () {
$("#box").accordion({
width: 450,
height: 200,
// fit: true, //自适应全屏
// border:true, //外边框设置
// animate: true, //是否显示动画效果
// multiple:true, //多个面板同时显示
// selected:1 //默认选择面板
//onSelect: function (title, index) { }, //选择响应函数
//onUnselect: function (title, index) { }, //

});
$($("#box").accordion(‘add‘, {
title: ‘新面板‘,
content:‘新内容‘,
}));
});

技术分享

 

分类组件

标签:

原文地址:http://www.cnblogs.com/choii/p/5782024.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!