DM
export
и import
Size: a a a
DM
export
и import
DD
DD
$('select .selector_one').on('click', function() {
console.log('test');
$('#product > div.block_quan_and_option_product > div:nth-child(1) > h3 > strong').remove()
$('#product > div.block_quan_and_option_product > div:nth-child(1)').attr('style', 'width:100px; margin-top: 21px; margin-left: -9px;')
$('#product > div.block_quan_and_option_product').before('<div>Not available</div>');
});
ЕШ
DT
$('select .selector_one').on('click', function() {
console.log('test');
$('#product > div.block_quan_and_option_product > div:nth-child(1) > h3 > strong').remove()
$('#product > div.block_quan_and_option_product > div:nth-child(1)').attr('style', 'width:100px; margin-top: 21px; margin-left: -9px;')
$('#product > div.block_quan_and_option_product').before('<div>Not available</div>');
});
А
$('select .selector_one').on('click', function() {
console.log('test');
$('#product > div.block_quan_and_option_product > div:nth-child(1) > h3 > strong').remove()
$('#product > div.block_quan_and_option_product > div:nth-child(1)').attr('style', 'width:100px; margin-top: 21px; margin-left: -9px;')
$('#product > div.block_quan_and_option_product').before('<div>Not available</div>');
});
TO
ВЛ
DM
LK
DA
DM
<style>
a:visited { color: red }
</style>
DM
DM
DM
DM
LK
<style>
a:visited { color: red }
</style>
TO
DM
es