$(document).ready(function () { $(".poutacmn").mouseover(function() { var id = $(this).attr('id'); $(".poutacobr").hide(0); $(".poutac-obrazek-"+id).fadeIn(300); }) });