////var imgWrap = $('.imgWrap');imgWrap.on('click', function () { var that = $(this); that.hide().siblings('.imgWrap').show();});