DM
Size: a a a
DM
в
МН
DM
DD
AP
DD
$('.row-customer_register input[value=2]').next().show();
$('.checkout-customer_register>div>.radio>label>span').css({'width':'175px', 'font-size':'12px'})
$('.row-customer_register input[value=1]').next().hide();
$('.simplecheckout-button-right').insertAfter('#simplecheckout_customer .simplecheckout-block-content fieldset .check_form:eq(6)');
$('.simplecheckout-button-right #simplecheckout_button_next span').text('REGISTER AND CONTINUE');
DM
0
DD
DM
$('.row-customer_register input[value=2]').next().hide();это
document.querySelector('.row-customer_register input[value=2]').nextSibling.style.display = 'none'
DM
AP
$('.row-customer_register input[value=2]').next().hide();это
document.querySelector('.row-customer_register input[value=2]').nextSibling.style.display = 'none'
0
$('.row-customer_register input[value=2]').next().hide();это
document.querySelector('.row-customer_register input[value=2]').nextSibling.style.display = 'none'
0
DM
next()
он к первому применит, значит querySelector - самое то