<tfoot id='f6sBX'></tfoot>

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

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

      2. jQuery 查找并列出特定 DIV 中 UL 内的所有 LI 元素

        jQuery Find and List all LI elements within a UL within a specific DIV(jQuery 查找并列出特定 DIV 中 UL 内的所有 LI 元素)
          <tbody id='Xh5NN'></tbody>
        <i id='Xh5NN'><tr id='Xh5NN'><dt id='Xh5NN'><q id='Xh5NN'><span id='Xh5NN'><b id='Xh5NN'><form id='Xh5NN'><ins id='Xh5NN'></ins><ul id='Xh5NN'></ul><sub id='Xh5NN'></sub></form><legend id='Xh5NN'></legend><bdo id='Xh5NN'><pre id='Xh5NN'><center id='Xh5NN'></center></pre></bdo></b><th id='Xh5NN'></th></span></q></dt></tr></i><div id='Xh5NN'><tfoot id='Xh5NN'></tfoot><dl id='Xh5NN'><fieldset id='Xh5NN'></fieldset></dl></div>

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

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

                • <tfoot id='Xh5NN'></tfoot>

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

                  本文介绍了jQuery 查找并列出特定 DIV 中 UL 内的所有 LI 元素的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有 3 列 UL,每个动态 UL 容器可以有 0-9 个 LI 容器(最终更多).我所有的 LI 元素都有一个属性rel",我试图最终找到该属性并将其用于该父 DIV 中所有 LI 元素的其他内容.我最终确实想找到更多基于每个但不是最起码的 rel.. 任何想法我可以如何使用 jQuery 实现这一目标?示例:

                  I have 3 Columns of ULs each a Dynamic UL container that can have anywhere from 0-9 LI containers (eventually more). All my LI elements have an attribute "rel" which I am trying to ultimately find that attribute and use it for something else on all LI elements within that parent DIV. I do eventually want to find more based on each but for not the very least the rel.. Any Ideas how I can achieve that with jQuery? Example:

                  <ul id="column1">
                     <li rel="1">Info</li>
                     <li rel="2">Info</li>
                     <li rel="3">Info</li>
                  </ul>
                  <ul id="column2">
                     <li rel="4">Info</li>
                     <li rel="5">Info</li>
                     <li rel="6">Info</li>
                  </ul>
                  <ul id="column3">
                     <li rel="7">Info</li>
                     <li rel="8">Info</li>
                     <li rel="9">Info</li>
                  </ul>
                  

                  这些元素也是可排序的.因此,当我获得它们的列表时,我还想按照它们从每列的顶部到底部找到它们的顺序来保持它们.

                  these elements are all sortable as well. So when I get a list of them I want to also keep them in the order they were found from top to bottom of each column.

                  我已经尝试过 find()、parent() 和类似的方法,也许我处理错了.但它仍然值得一提,以帮助提出一个想法

                  I have tried find(), parent(), and similar, maybe I am approaching it wrong. But its still worth mentioning to help come up with an idea

                  推荐答案

                  你在想这样的事情吗?

                  $('ul li').each(function(i)
                  {
                     $(this).attr('rel'); // This is your rel value
                  });
                  

                  这篇关于jQuery 查找并列出特定 DIV 中 UL 内的所有 LI 元素的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  Fetch multiple links inside foreach loop(在 foreach 循环中获取多个链接)
                  Backbone Fetch Request is OPTIONS method(Backbone Fetch Request 是 OPTIONS 方法)
                  Fetch API leaks memory in Chrome(Fetch API 在 Chrome 中泄漏内存)
                  How can I download and save a file using the Fetch API? (Node.js)(如何使用 Fetch API 下载和保存文件?(Node.js))
                  Send blob data to node using fetch, multer, express(使用 fetch、multer、express 将 blob 数据发送到节点)
                  Sending a custom User-Agent string along with my headers (fetch)(发送自定义用户代理字符串以及我的标头(获取))

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

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