$("#room-1").css('background', '#000000').append('Комната имеет общую площадь 100м<sup>2<sup>');
} else if(data['error'] == 0 || data['error'] == 2) {
dsC('#' + formid + ' form').remove();
dsC('#'+formid + ' .scrollform').css('height','auto');
dsC('#'+formid).css('height','auto');
dsC('#' + formid).append(data['error_text']);
if(dsC('#' + formid).hasClass('dspopup-modal')) {
resizepopup(formid);
}
}
$(".dspopup-modal").trigger('dspopup:close');
$("body").on('dspopup:close', function(){
console.log('закрыто');
});
$('.image').magnificPopup({
delegate: '.example-image-link', // child items selector, by clicking on it popup will open
type: 'image',
gallery: {
enabled: true
}
});
$(this).attr('selected');
$(this).removeAttr('selected');
responsive : {
// breakpoint from 0 up
0 : {
option1 : value,
option2 : value,
...
},
// breakpoint from 480 up
480 : {
option1 : value,
option2 : value,
...
},
// breakpoint from 768 up
768 : {
option1 : value,
option2 : value,
...
}
}