• <tfoot id='6LQ1M'></tfoot>

    <small id='6LQ1M'></small><noframes id='6LQ1M'>

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

      2. 选择刚刚附加 jquery 的选项

        select option which were just appended with jquery(选择刚刚附加 jquery 的选项)
        <legend id='KI4uG'><style id='KI4uG'><dir id='KI4uG'><q id='KI4uG'></q></dir></style></legend>

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

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

                <tbody id='KI4uG'></tbody>
                  本文介绍了选择刚刚附加 jquery 的选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  基于 AJAX 查询,我将一些选项附加到列表中.

                  Based on an AJAX query I appended some options to a list.

                  for(var i = 0; i < options.length; i++) {
                      var data = options[i];
                      var option = $('<option id="mySelectElementOption_' + data['id'] + '" value="' + data['value'] + '">' + data['value'] + '</option>');
                      $('#mySelectElement').append(option);
                  }
                  

                  现在,当用户在页面上进行交互时,我想选择刚刚附加的选项,我尝试了以下方法(这两种可能性都不适合我):

                  Now when the user interacts on the page i want to select on of the just appended options and i tried the following (both possibilities don't work for me):

                  $('#mySelectElementOption_' + id).attr('selected', 'selected');
                  

                  var option = document.getElementById('mySelectElementOption_' + id);
                  option.selected = true;
                  

                  所以我被卡住了,因为我不知道如何选择我的选项.你有什么想法我可以解决这个问题吗?谢谢!

                  So I'm stuck, because I don't know how to select my option. Do you have any idea(s) how I can solve this? Thanks!

                  P.S.:当我在 Google Chrome 中尝试第二种可能性时,它运行良好.

                  你好,约瑟夫

                  推荐答案

                  var opts = {
                  
                  success: function(data)
                           {
                               //do everything here first before appending it,
                               //including adding event bindings
                           }
                  
                  }
                  
                  $.ajax(opts)
                  

                  这篇关于选择刚刚附加 jquery 的选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  Toggle HTML radio button by clicking its label(通过单击标签来切换 HTML 单选按钮)
                  Javascript how to change radio button label text?(Javascript如何更改单选按钮标签文本?)
                  JavaScript radio button confirmation(JavaScript 单选按钮确认)
                  How can I automatically select specific radio buttons with Greasemonkey?(如何使用 Greasemonkey 自动选择特定的单选按钮?)
                  AngularJs. Is it possible to deselect HTML “radio” input by click?(AngularJs.是否可以通过单击取消选择 HTML“收音机输入?)
                  Checking Value of Radio Button Group via JavaScript?(通过 JavaScript 检查单选按钮组的值?)

                    <tbody id='O53dH'></tbody>
                  <tfoot id='O53dH'></tfoot>
                1. <small id='O53dH'></small><noframes id='O53dH'>

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