我有一个热量变数,有热量工作,最喜欢干,因为我不知道如何适当选择要素。 我认为,以下选择人会工作,但他们不会工作。
JQUERY:
$( .upVote ).click(function(e){
e.preventDefault();
var ratebox = $(this).find( .ratingBox ); //this variable isnt working
var answer_id = $(this).children( .record_id ).attr( value ); //this one too
传真:
<p class= ratingBox > $answerrating[$f]</p>
<div class= answerBar >";
<a href= # class= upVote vote >Upvote</a>
·
<a href= # class= downVote vote >Downvote</a>
<a class= answerTime > $difference $periods[$j] ago</a>
</div>
<input type= hidden name= record_id value= $answerid[$f] class= record_id />