js取值及赋值:
jQuery取值及赋值:
$('.box01').click(function(){
$('.fee').val(216);
$('.input-hidden').val(12);
$('.other-duration').val(0);
});
js取值及赋值:
jQuery取值及赋值:
$('.box01').click(function(){
$('.fee').val(216);
$('.input-hidden').val(12);
$('.other-duration').val(0);
});
打赏作者