$('.image-link').magnificPopup({
// you may add other options here, e.g.:
preloader: true,
callbacks: {
open: function() {
// Will fire when this exact popup is opened
// this - is Magnific Popup object
},
close: function() {
// Will fire when popup is closed
}
// e.t.c.
}
});
myTab
к каждому табу, $('.myTab').css()
. Точно так же, удобнее с точки зрения разработки воспользоваться атрибутами, отказавшись от id. <a class="myTab" data-id="1"></a><a class="myTab" data-id="2"></a>
if (empty($this->request->post['catapulta_firstname2'])) {
$firstname2 = 'Не указано';
} else {
$firstname2 = $this->request->post['catapulta_firstname2'];
}