传真:
<input type="text" id="priceperperson1" name="priceperperson1" />
<input type="text" name="personsvalue1" class="countme" readonly="readonly" />
JS:
jQuery(document).ready(function($) {
$( div.pricerow input.countme ).each(function(){
var id = this.name.substr(this.name.length-1);
alert($( input#priceperperson +id));
this.value = parseInt($( priceperperson +id).value) * parseInt($( countpersons +id).value);
});
});
尽可能短。 我的警钟都是“目标”。 价值是NaN. I ve试图在id子上“混凝土”。 我尝试:
$( [name=priceperperson +id+ ] );
$( priceperperson +id);
什么是错的?