$(function(e) { createImageLoader(); $('span.closeMap').click(function(){ $(this).parent('.tourMap').fadeOut(); }); $('.viewMap a.show').click(function(){ var tar = $(this).parent('.viewMap').children('.tourMap'); tar.is(":visible") ? null : tar.fadeIn(); }); });