Jquery步骤什么都不做

时间:2016-02-11 17:55:40

标签: javascript jquery jquery-steps

我正在尝试使用Jquery-Steps,但这甚至不像是工作或加载,它只显示h1和div块,只加载了html

以下是我从中获取的代码,我不知道是否需要做其他事情。

<html>
<head>
    <title>Demo</title>
    <meta charset="utf-8">
    <script type='text/javascript'  src="jquery.js"></script> 
    <script type='text/javascript' src="jquery.steps.js"></script>
    <script type='text/javascript'  src="jquery.steps.min.js"></script>
</head>
<body>
    <script>
        $("#wizard").steps();
    </script>
    <div id="wizard">
<h1>First Step</h1>
<div>First Content</div>

<h1>Second Step</h1>
<div>Second Content</div>
</div>
</body>
</html>

1 个答案:

答案 0 :(得分:0)

立即尝试?

<div class="about">
  <div class="about_img"></div>
  <div class="about_text">
    <h1>Some Text</h1>
    <p>Some supporting text</p>
  </div>
</div>