jQuery标签作为选择器直接子

时间:2016-02-29 21:01:44

标签: javascript jquery twitter-bootstrap jquery-selectors

我有

($("div.season > .btn.active"), function(n, i){return n.id;});
当我将按钮状态切换为btn&时,

应该在我的HTML中找到活跃(运作良好)

<div class="btn-group season" data-toggle="buttons">
  <label class="btn btn-primary" id="Sommer"></label>
</div>

但它没有。完全相同的JS代码之前使用稍微不同的HTML。我做错了什么?

0 个答案:

没有答案