$('#fastbill').click(function(){
if ($('#changevaluebill').attr('checked','true')){
$('#changevaluebill').attr("value","Recharge Now");
}
else {
$('#changevaluebill').attr("value","Proceed");
}
});
複選框條件不起作用。基於複選框的條件功能是否被檢查
'$( '#changevaluebill')。VAL(函數(){ 回報this.checked?「立即充值':'繼續' });' – 2014-10-01 13:11:27