Вход Регистрация
Файл: upload/module/egift/static/jscript/admincp.js
Строк: 12
<?php
$(document).ready(function(){
    $(
'.gift_cell').each(function(){        
        $(
this).mouseover(function(){
            $(
'#gift_manage_' + $(this).attr('id').replace('gift_cell_','')).show();
        }).
mouseout(function(){
            $(
'#gift_manage_' + $(this).attr('id').replace('gift_cell_','')).hide();
        });
    });
});
?>
Онлайн: 0
Реклама