i.e.
$("#savenew").live( click , function(e) {
var user=<?php echo $user?>;
$.ajax({
type: "POST",
url: "actions/sub.php",
data:{user: user} ,
success: function(){
$( #savenew ).html( <span>Unsubscribe</span> );
$(this).attr( id , clean ); // this my problem my problem
}
});
});
在“雅氏”要求之后的id,并没有从拯救到清洁,但html完全是罚款的,因此知道“雅氏”要求正在发挥作用。 问题是什么?