(function ($, root, undefined) { $(function () { 'use strict'; $('#slogan span').hover(function(event){ event.preventDefault(); if($(this).find('.podglad-wiadomosci').length == 0) { $(this).append("
"); } $(".podglad-wiadomosci").stop().fadeOut('fast'); $(this).find(".podglad-wiadomosci").stop().fadeIn('fast'); $("#slogan span a").removeClass('aktywny'); $(this).find("a").addClass('aktywny'); var baza = 'baza=' + event.target.id; var cel = $(this).find(".podglad-wiadomosci"); if(event.target.id == "biznes"){ $.get('/sites/all/themes/emagnes/menu/podglad_wiadomosci_wp.php', baza, function(data){ cel.html(data); }); } else { $.get('/sites/all/themes/emagnes/menu/podglad_wiadomosci.php', baza, function(data){ cel.html(data); }); } },function () { $(".podglad-wiadomosci").stop().hide(); $("#slogan span a").removeClass('aktywny'); } ); }); })(jQuery, this); ;