JavaScript
10
Вклад в тег
$(function () {
$('a').hover(function () {
$('.overlay').fadeToggle(200);
$('#logo').toggleClass('is-active');
});
});
но что еще нужно исправить и как написать - не знаю + отладчик ругается на строку dataType:'JSON'
<a href="#order-popup-big" iata-permalink="<?php the_permalink(); ?>" data-id="<?php the_ID(); ?>" data-title="<?php the_title(); ?>" class="fancybox gather-data first-abs-picture-name"><?php the_title(); ?></a>
$('.popup-form').fancybox({
beforeLoad: function () {
$('h1.item-name').html($('.first-abs-picture-name').html());
$('.thumb').html($('.first-abs-item-img').html());
$('.excerpt').html($('.first-abs-item-up').next().html());
}
});