Codesnipp.it Social Code Sharing

Amber Weinberg

Definitely a bug in here....where is it???

by Amber Weinberg on Jan 24, 2012

$('.btnExplore').click(function(event) { event.preventDefault(); $('#menuExplore').animate({left: '+=197'}); $(this).hide(); }); $('#menuExplore a.close').click(function(event) { event.preventDefault(); $('#menuExplore').animate({left: '-=197'}); $('.btnExplore').show(); });

Can't see the comments? Please login first :)