Skip to content

Instantly share code, notes, and snippets.

@eimkasp
Created June 21, 2013 06:00
Show Gist options
  • Save eimkasp/5829187 to your computer and use it in GitHub Desktop.
Save eimkasp/5829187 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$('.more_products').click(function(){
$('.flipper:nth-child(3)').slideToggle();
$('.flipper:nth-child(4)').slideToggle();
$('.more_products').css("top", "70%");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment