jquery easyui,Accordion的使用 (二)

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>jquery easy ui 学习之——Accordion</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link href="Css/default.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" type="text/css" href="js/themes/default/easyui.css" />
    <link rel="stylesheet" type="text/css" href="js/themes/icon.css" />
    <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
    <script type="text/javascript" src="js/jquery.easyui.pack.js"></script>
    <script type="text/javascript">
        $(
        function () {
            $('#myaccrdion').accordion();
        }
        );
    </script>
</head>
<body>
    <div style="width: 200px; height: 300px; overflow: hidden;" 。另外我们要注意一下fit属性,<br />如果将fit属性指定为true,那么它的大小将自适应它的父容器。其他的到没有什么了?如果你自己觉<br />得还有疑问可以查阅官方文档。
</body>
</html>

欢迎进入我的衣橱》》

相关文章:

  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-09-20
  • 2022-12-23
  • 2021-07-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-03
  • 2021-04-11
相关资源
相似解决方案