0
を使用して、HTML要素の子孫にアクセスすることができません:D私は親の子の<code>html()</code>値の取得に問題が持っているjQueryの
機能voteup(e)
で
function voteup(e){
var count = $(e).parents('.item').children('.count');
console.log(count.html()); // undefined
}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div class="post_contain">
<img src="images/comments/dQ6dz.jpg" alt="">
</div>
<div class="item">
<p class="post-meta">
<span href="/gag/agVzE1g" target="_blank">
<span class="count">5</span>points
</span>
</p>
<div class="vote">
<ul class="btn-vote left">
<li class="badge-item-vote-up-li">
<a onclick="voteup(this)">Click me</a>
</li>
</ul>
</div>
</div>
を、私がする必要があります'count'クラスの値を取得しますが、値を取得しませんhtml()
「voteup」の宣言を提供してください –
この質問タイトルは、[Parenting.SE](http://parenting.stackexchange.com/)からこの質問のタイトルを借りるときに、そのような意味があります。 – WBT
うわー、編集していただきありがとうございます...英語は母国語ではありません。申し訳ありません:S –