我是靠谱客的博主 敏感手链,这篇文章主要介绍JQuery Mobile 弹出式登录框的实现方法,现在分享给大家,希望可以做个参考。

<a href="#login" data-rel="popup" data-position-to="window" data-role="button">Login</a> 
  <div data-role="popup" id="login" data-theme="a"> 
    <form style="padding:10px 20px;"> 
      <h3>Please sign in</h3> 
      <label for="un" class="ui-hidden-accessible">Username:</label> 
      <input type="js" name="user" id="un" placeholder="username" /> 
      <label for="pw" class="ui-hidden-accessible">Password:</label> 
      <input type="password" name="pass" id="pw" placeholder="password" /> 
      <button type="submit" data-theme="b">Sign in</button> 
    </form> 
  </div> 

以上这篇JQuery Mobile 弹出式登录框的实现方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。

最后

以上就是敏感手链最近收集整理的关于JQuery Mobile 弹出式登录框的实现方法的全部内容,更多相关JQuery内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(146)

评论列表共有 0 条评论

立即
投稿
返回
顶部