Вход Регистрация
Файл: concrete5.7.5.6/concrete/blocks/image/js/hover.js
Строк: 9
<?php
$(function() {
    $( 
'img.ccm-image-block.primary' ).hover(function(){
        $(
this).attr('oldsrc',$(this).attr('src'));
        $(
this).attr('src',$(this).next('img.ccm-image-block.alternate').attr('src'));
    },
    function(){
        $(
this).attr('src',$(this).attr('oldsrc'));
    });
});
?>
Онлайн: 4
Реклама