<bdo id='qyvz0'></bdo><ul id='qyvz0'></ul>
    1. <tfoot id='qyvz0'></tfoot>
      <i id='qyvz0'><tr id='qyvz0'><dt id='qyvz0'><q id='qyvz0'><span id='qyvz0'><b id='qyvz0'><form id='qyvz0'><ins id='qyvz0'></ins><ul id='qyvz0'></ul><sub id='qyvz0'></sub></form><legend id='qyvz0'></legend><bdo id='qyvz0'><pre id='qyvz0'><center id='qyvz0'></center></pre></bdo></b><th id='qyvz0'></th></span></q></dt></tr></i><div id='qyvz0'><tfoot id='qyvz0'></tfoot><dl id='qyvz0'><fieldset id='qyvz0'></fieldset></dl></div>

      <small id='qyvz0'></small><noframes id='qyvz0'>

        <legend id='qyvz0'><style id='qyvz0'><dir id='qyvz0'><q id='qyvz0'></q></dir></style></legend>

        基础 5 显示模式不起作用

        foundation 5 reveal modal not working(基础 5 显示模式不起作用)
          <bdo id='dZD9W'></bdo><ul id='dZD9W'></ul>
          • <small id='dZD9W'></small><noframes id='dZD9W'>

                <tbody id='dZD9W'></tbody>
                1. <legend id='dZD9W'><style id='dZD9W'><dir id='dZD9W'><q id='dZD9W'></q></dir></style></legend>
                2. <tfoot id='dZD9W'></tfoot>

                  <i id='dZD9W'><tr id='dZD9W'><dt id='dZD9W'><q id='dZD9W'><span id='dZD9W'><b id='dZD9W'><form id='dZD9W'><ins id='dZD9W'></ins><ul id='dZD9W'></ul><sub id='dZD9W'></sub></form><legend id='dZD9W'></legend><bdo id='dZD9W'><pre id='dZD9W'><center id='dZD9W'></center></pre></bdo></b><th id='dZD9W'></th></span></q></dt></tr></i><div id='dZD9W'><tfoot id='dZD9W'></tfoot><dl id='dZD9W'><fieldset id='dZD9W'></fieldset></dl></div>
                  本文介绍了基础 5 显示模式不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  祝大家今天好,

                  我正在为我的迷你项目使用基础 5.我想使用框架的显示/模式功能.但是好像不行.

                  I'm using foundation 5 for my mini project. I want to use the reveal/modal feature of the framework. But it seems it does not work.

                  index.html

                  <!DOCTYPE html>
                  <html>
                  <head>
                      <title>Job Posting</title>
                      <link rel="stylesheet" type="text/css" href="../css/normalize.css">
                      <link rel="stylesheet" type="text/css" href="../css/foundation.min.css">
                  
                      <script type="text/javascript" src="../js/vendor/custom.modernizr.js"></script>
                  </head>
                  <body>
                    <a href="#" class="button" data-reveal-id="myNormal">click</a>
                    <div class="reveal-modal" id="myNormal">
                        Modal
                        <a class="close-reveal-modal">x</a>
                    </div>
                     <script src="../js/vendor/jquery.js"></script>
                     <script src="../js/foundation/foundation.js"></script>
                     <script src="../js/foundation/foundation.reveal.js"></script>
                     <script>
                        $(document).foundation();
                     </script>
                  </body>
                  

                  我很确定浏览器加载了 js,因为它在调试器中没有显示任何错误.而且我知道它在我遗漏的代码中的某个地方,但自从我遇到这个已经有几个小时了.任何帮助将不胜感激.

                  I'm pretty sure that the browser loaded the js as it does not show any error in the debugger. And I know it's somewhere in the code that I left out but it's been a couple of hours since I ran into this. Any help would be much appreciated.

                  推荐答案

                  你可能忘记了 data-reveal :

                  <div class="reveal-modal" id="myNormal" data-reveal>
                  

                  这篇关于基础 5 显示模式不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to make rooftext effect and valley text effect in HTML5 (or Fabric.js)(如何在 HTML5(或 Fabric.js)中制作屋顶文字效果和山谷文字效果)
                  Draw border around nontransparent part of image on canvas(在画布上的图像不透明部分周围绘制边框)
                  dragging and resizing an image on html5 canvas(在 html5 画布上拖动图像并调整其大小)
                  What#39;s the difference between a boolean as primitive and a boolean as property of an object?(作为原始对象的布尔值和作为对象属性的布尔值有什么区别?)
                  I want to do animation of an object along a particular path(我想沿特定路径对对象进行动画处理)
                  How to upload image into HTML5 canvas(如何将图像上传到 HTML5 画布中)

                      <bdo id='GiORU'></bdo><ul id='GiORU'></ul>
                    • <legend id='GiORU'><style id='GiORU'><dir id='GiORU'><q id='GiORU'></q></dir></style></legend><tfoot id='GiORU'></tfoot>
                        • <small id='GiORU'></small><noframes id='GiORU'>

                            <tbody id='GiORU'></tbody>
                          • <i id='GiORU'><tr id='GiORU'><dt id='GiORU'><q id='GiORU'><span id='GiORU'><b id='GiORU'><form id='GiORU'><ins id='GiORU'></ins><ul id='GiORU'></ul><sub id='GiORU'></sub></form><legend id='GiORU'></legend><bdo id='GiORU'><pre id='GiORU'><center id='GiORU'></center></pre></bdo></b><th id='GiORU'></th></span></q></dt></tr></i><div id='GiORU'><tfoot id='GiORU'></tfoot><dl id='GiORU'><fieldset id='GiORU'></fieldset></dl></div>