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

<tfoot id='SsErL'></tfoot>
  • <small id='SsErL'></small><noframes id='SsErL'>

    1. <legend id='SsErL'><style id='SsErL'><dir id='SsErL'><q id='SsErL'></q></dir></style></legend>
      1. 如何使用注册的锚标签使用引导模式?

        How to use Bootstrap modal using the anchor tag for Register?(如何使用注册的锚标签使用引导模式?)

          <small id='3zX6F'></small><noframes id='3zX6F'>

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

                  <tfoot id='3zX6F'></tfoot>

                  本文介绍了如何使用注册的锚标签使用引导模式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我的导航栏有一个锚标记列表.单击注册"时,我想打开一个模式.代码如下:

                  I have a list of anchor tags for my navigation bar. I want to open a modal when "Register" is clicked. Here is the code:

                   <li><a href="@Url.Action("Login", "Home")">Login</a></li>
                   <li><a href="#"> data-toggle="modal" data-target="modalRegister"> Register</a></li>
                  
                  <div id="modalRegister" class="modal fade" role="dialog">
                      <div class="modal-dialog">
                          <!-- Modal content-->
                          <div class="modal-content">
                              <div class="modal-header">
                                  <button type="button" class="close" data-dismiss="modal">&times;</button>
                                  <h4 class="modal-title" style="text-align-last: center">Register</h4>
                              </div>
                              <div class="modal-body">
                  
                              </div>
                              <div class="modal-footer">
                                  <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
                              </div>
                          </div>
                      </div>
                  </div>
                  

                  我通常使用按钮打开模式,但由于 <a href""></a>.我怎样才能达到效果?

                  I normally use a button to open a modal, but I'm not quite sure how I would open it using the <a></a> tag because of the <a href""></a>. How can I achieve the results?

                  推荐答案

                  您将不得不修改以下行:

                  You will have to modify the below line:

                  <li><a href="#" data-toggle="modal" data-target="modalRegister">Register</a></li>
                  

                  modalRegister 是 ID,因此需要前面的 # 用于 html 中的 ID 引用.

                  modalRegister is the ID and hence requires a preceding # for ID reference in html.

                  因此,修改后的 html 代码片段如下:

                  So, the modified html code snippet would be as follows:

                  <li><a href="#" data-toggle="modal" data-target="#modalRegister">Register</a></li>
                  

                  这篇关于如何使用注册的锚标签使用引导模式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  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 画布中)
                  <i id='ZQNUD'><tr id='ZQNUD'><dt id='ZQNUD'><q id='ZQNUD'><span id='ZQNUD'><b id='ZQNUD'><form id='ZQNUD'><ins id='ZQNUD'></ins><ul id='ZQNUD'></ul><sub id='ZQNUD'></sub></form><legend id='ZQNUD'></legend><bdo id='ZQNUD'><pre id='ZQNUD'><center id='ZQNUD'></center></pre></bdo></b><th id='ZQNUD'></th></span></q></dt></tr></i><div id='ZQNUD'><tfoot id='ZQNUD'></tfoot><dl id='ZQNUD'><fieldset id='ZQNUD'></fieldset></dl></div>
                    <tbody id='ZQNUD'></tbody>

                1. <tfoot id='ZQNUD'></tfoot>
                  <legend id='ZQNUD'><style id='ZQNUD'><dir id='ZQNUD'><q id='ZQNUD'></q></dir></style></legend>

                        • <small id='ZQNUD'></small><noframes id='ZQNUD'>

                            <bdo id='ZQNUD'></bdo><ul id='ZQNUD'></ul>