让这个简单的 if/else 工作有点问题。
$(document).ready(function () {
$(".sme").click(function (event) {
var vote = $(this).attr('id');
$('.to').html(vote);
$(".sme").removeClass('clicked');
$(this).addClass('clicked');
});
});
$(document).ready(function () {
$(".tme").click(function (event) {
var more = $(this).attr('id');
$('.more').html(more);
if (typeof vote) {
$('.error').html("ERRRROOORRRR");
} else {
$(".tme").removeClass('clicked');
$(this).addClass('clicked');
}
});
});
在使 if/else 工作时遇到问题。
任何帮助都会很棒,谢谢!