<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 显示模式不起作用

        时间:2023-06-21
          <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 显示模式不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:问题在 IE 中正确实现 Colorbox(所有版本) 下一篇:将数据从 Angular 模态的控制器传回主控制器

                  相关文章

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

                    2. <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>