$(function(){ $('.basket, .basket > div').click(function(event){ event.stopPropagation(); $(this).fadeToggle(1000); }); })