- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
$(function() {
$('#diametr').on('change', function() {
window.location = '/catalog/<?=$arResult['SECTION']['CODE']?>/'+this.value+'/';
});
$('#type_s').on('change', function() {
$('#size_s').find('option:enabled').prop("disabled", true);
$('#size_s').find('option[data-prop-material='+$(this).find('option:selected').data('propMaterial')+']').prop("disabled", false).first().prop("selected", true);
$('#size_s').trigger('change')
});
$('#type_p').on('change', function() {
$('#size_p').find('option:enabled').prop("disabled", true);
$('#size_p').find('option[data-prop-type='+$(this).find('option:selected').data('propType')+']').prop("disabled", false).first().prop("selected", true);
$('#size_p').trigger('change')
});
$(document)
.on('change', '#size_s, #size_p', function() {
$('#selected_prop').val('csone_19_'+$(this).find('option:selected').data('propId'));
})
.on('click', '.but_sita', function() {
console.log($(this).parent().find('select').first());
$(this).parent().find('select').first().trigger('change');
});
$('.but_sita').last().trigger('click');
$('#additional_spoiler').on('click', function(e) {
e.preventDefault();
$('#additional').fadeIn();
});
});
Анонимус 30.10.2014 00:13 # +1
1) Это автогенеренный код
2) Автор кода микроцефал.
С чем мы тут имеем дело?