$(document).ready(function(){ var current = $('#top_container').css('background-image'); new Image().src = 'https://www.szafirek.com/images/theme/13215527733_bhp.jpg'; $("a[name='menu_111']").hover( function () { $('#top_container').css('background-image', 'url("https://www.szafirek.com/images/theme/13215527733_bhp.jpg")'); }, function () { $('#top_container').css('background-image', current); }) new Image().src = 'https://www.szafirek.com/images/theme/13215527844_biurowe.jpg'; $("a[name='menu_115']").hover( function () { $('#top_container').css('background-image', 'url("https://www.szafirek.com/images/theme/13215527844_biurowe.jpg")'); }, function () { $('#top_container').css('background-image', current); }) new Image().src = 'https://www.szafirek.com/images/theme/13215527965_elektornika.jpg'; $("a[name='menu_196']").hover( function () { $('#top_container').css('background-image', 'url("https://www.szafirek.com/images/theme/13215527965_elektornika.jpg")'); }, function () { $('#top_container').css('background-image', current); }) new Image().src = 'https://www.szafirek.com/images/theme/13215528082_gospodarcze.jpg'; $("a[name='menu_204']").hover( function () { $('#top_container').css('background-image', 'url("https://www.szafirek.com/images/theme/13215528082_gospodarcze.jpg")'); }, function () { $('#top_container').css('background-image', current); }) new Image().src = 'https://www.szafirek.com/images/theme/13215527551_higieniczne.jpg'; $("a[name='menu_49']").hover( function () { $('#top_container').css('background-image', 'url("https://www.szafirek.com/images/theme/13215527551_higieniczne.jpg")'); }, function () { $('#top_container').css('background-image', current); }) new Image().src = 'https://www.szafirek.com/images/theme/13215528358.jpg'; $("a[name='menu_218']").hover( function () { $('#top_container').css('background-image', 'url("https://www.szafirek.com/images/theme/13215528358.jpg")'); }, function () { $('#top_container').css('background-image', current); }) new Image().src = 'https://www.szafirek.com/images/theme/1321552850aa_malowaniee.jpg'; $("a[name='menu_230']").hover( function () { $('#top_container').css('background-image', 'url("https://www.szafirek.com/images/theme/1321552850aa_malowaniee.jpg")'); }, function () { $('#top_container').css('background-image', current); }) new Image().src = 'https://www.szafirek.com/images/theme/1321552874aa_maszyny-biurowe.jpg'; $("a[name='menu_256']").hover( function () { $('#top_container').css('background-image', 'url("https://www.szafirek.com/images/theme/1321552874aa_maszyny-biurowe.jpg")'); }, function () { $('#top_container').css('background-image', current); }) new Image().src = 'https://www.szafirek.com/images/theme/132155288412_komputer.jpg'; $("a[name='menu_270']").hover( function () { $('#top_container').css('background-image', 'url("https://www.szafirek.com/images/theme/132155288412_komputer.jpg")'); }, function () { $('#top_container').css('background-image', current); }) });