下一步按钮div关闭焦点输入选择

时间:2014-03-08 13:14:48

标签: jquery html css popup

嗨我有popup div,下面有一个按钮。单击下一个按钮后,div将淡出并关注选择输入。

如果您点击其中一个类别,它将有一个弹出窗口 If you click one of these categories it will have a popup

这是带有下一个按钮的弹出窗口 This is the popup with next button

单击下一个按钮后,弹出窗口将关闭并专注于此选择选项 After clicking the next button the popup will close and focus on this select option

我的下一个按钮的代码

    <div class="col-lg-12">

      <section id="btn-click" class="pull-right">

        <p>

          <button id="btn_cat" class="btn btn-blue">Next</button>

        </p>

      </section>

   </div>

0 个答案:

没有答案
相关问题