jquery手风琴特效插件(2)


<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<script src="https://www.jb51.net/jquery-1.8.0.min.js"></script>
<link type="text/css" href="https://www.jb51.net/style.css">
<script src="https://www.jb51.net/accordion.js"></script>
<script type="text/javascript">           
    $(function(){
        $("#accordion").accordion();
    });
</script>
</head>
<body>
<ul >
</ul>
</body>
</html>


显示效果

jquery手风琴特效插件

jquery手风琴特效插件

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wgfsgf.html