我引用以下法典:
$("#another").click(function() {
$( #another ).replaceWith( <a id="another" class="btn btn-primary btn-mini disabled"><i class="icon-refresh icon-white"></i> Loading...</a> );
$.get( another.php , { cycle : i }, function(data) {
$( tbody ).append(data);
$("#another").replaceWith( <a id="another" class="btn btn-primary btn-mini"><i class="icon-plus icon-white"></i> Load another cycle</a> );
});
i++;
});
当我用另一人的id子点击这个元素时,它一负荷。 在一次点击之后,它又重新赢得了工作。