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

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

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

        查找 div 元素中的所有链接并将其全部禁用

        Find all link in a div element and disable them all(查找 div 元素中的所有链接并将其全部禁用)
        <tfoot id='TsuIx'></tfoot>

          <legend id='TsuIx'><style id='TsuIx'><dir id='TsuIx'><q id='TsuIx'></q></dir></style></legend>
            • <small id='TsuIx'></small><noframes id='TsuIx'>

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

                • <bdo id='TsuIx'></bdo><ul id='TsuIx'></ul>

                  本文介绍了查找 div 元素中的所有链接并将其全部禁用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  假设我有一些这样的 HTML 元素:

                  <div id="content_div"><span><a href="some_link">点我</a></span>

                  大家好.点击<a href="some_link_else">我</a>做别的事</div><a href="3rd_link">哎呀</a></div>

                  我只需要在#content_div 中获取所有a"标签并禁用所有标签(我不希望用户点击它们).我怎么能在 Jquery 中做到这一点?

                  解决方案

                  试试这个:

                   $("#content_div a").click(function(e) {e.preventDefault();});

                  Assume that I have some HTML elements like these :

                  <div id="content_div">
                      <span><a href="some_link">Click me</a></span>
                      <div> Hello everybody. Click <a href="some_link_else">me</a> to do something else</div>
                  
                      <a href="3rd_link"> Oops </a>
                  </div>
                  

                  All that I need is get all "a" tags in the #content_div and disable all of them (I don't want user to click on them). How could I do that in Jquery?

                  解决方案

                  Try this:

                   $("#content_div a").click(function(e) {
                     e.preventDefault();
                   });
                  

                  这篇关于查找 div 元素中的所有链接并将其全部禁用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  Backbone Fetch Request is OPTIONS method(Backbone Fetch Request 是 OPTIONS 方法)
                  Plot data in website from multiple csv file(从多个 csv 文件中绘制网站中的数据)
                  How to use JSONP on fetch/axios cross-site requests(如何在 fetch/axios 跨站请求中使用 JSONP)
                  Content Service for Google Apps Script returning HTML instead of JSON(返回 HTML 而不是 JSON 的 Google Apps 脚本的内容服务)
                  Django returns 403 error on POST request with Fetch(Django 使用 Fetch 对 POST 请求返回 403 错误)
                  Open page in new window without popup blocking(在新窗口中打开页面而不阻止弹出窗口)
                  <legend id='ghWT6'><style id='ghWT6'><dir id='ghWT6'><q id='ghWT6'></q></dir></style></legend>
                  <i id='ghWT6'><tr id='ghWT6'><dt id='ghWT6'><q id='ghWT6'><span id='ghWT6'><b id='ghWT6'><form id='ghWT6'><ins id='ghWT6'></ins><ul id='ghWT6'></ul><sub id='ghWT6'></sub></form><legend id='ghWT6'></legend><bdo id='ghWT6'><pre id='ghWT6'><center id='ghWT6'></center></pre></bdo></b><th id='ghWT6'></th></span></q></dt></tr></i><div id='ghWT6'><tfoot id='ghWT6'></tfoot><dl id='ghWT6'><fieldset id='ghWT6'></fieldset></dl></div>
                    <bdo id='ghWT6'></bdo><ul id='ghWT6'></ul>
                      1. <small id='ghWT6'></small><noframes id='ghWT6'>

                              <tbody id='ghWT6'></tbody>
                            <tfoot id='ghWT6'></tfoot>