";
}
$('.brands').html(html).show();
/* при выборе марки показываем выбор моделей */
$('.brands div').click(function() {
$('.brands div').removeClass('active');
$('.models div').removeClass('active');
$('.choise').remove();
$('.models').hide();
$('.modifications').hide();
$('.activeModel').hide();
$(this).addClass('active');
$('.loader').show();
$.ajax({
url: '/',
dataType : "json",
data : {
'action' : 'article/getModelsApplicability',
'number' : $('input[name="number"]').val(),
'brand' : $('input[name="brand"]').val(),
'model_brand' : $(this).attr('id')
},
type : "GET",
success : function(data) {
$('.loader').hide();
if (data.results) {
var html = '';
for (var i in data.results) {
html += "
" + data.results[i] + "
";
}
$('.models').html(html).show();
/* при выборе модели показываем таблицу с модификациями */
$('.models div').click(function() {
/* изменяем активную модель */
$('.models div').removeClass('active');
$(this).addClass('active');
/* убираем данные старой модели */
$('.choise').remove();
$('.modifications').hide();
$('.data').remove();
$('.modifications').show();
/* если количество моделей больше 15 - скрываем все, кроме активной */
var modelsCount = $(this).parent().find('div').size();
if (modelsCount > 15) {
var activeModel = $('.models div.active').clone().addClass('choise');
$('.models').hide();
$('.activeModel').show();
activeModel.appendTo('.activeModel').show();
}
$('.loader').show();
/* получаем и заполняем данные о применимости для новой модели */
$.ajax({
url: '/',
dataType : "json",
data : {
'action' : 'article/getModificationsApplicability',
'number' : $('input[name="number"]').val(),
'brand' : $('input[name="brand"]').val(),
'model_brand' : $('.brands div.active').html(),
'model_name' : $('.models div.active').html()
},
type : "GET",
success : function(data) {
$('.loader').hide();
if (data.results) {
for (var i = 0; i
ADDINOL4014766072573
Масло моторное синтетика 5W-30 1 л.