Skip to content

Instantly share code, notes, and snippets.

@doug7410
Created December 17, 2014 16:55
Show Gist options
  • Save doug7410/15e8790cc054b9b4ba96 to your computer and use it in GitHub Desktop.
Save doug7410/15e8790cc054b9b4ba96 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$('#individual-notification .notification-container').hide();
$('#individual-notification .header-box').on('click', function(){
$('#individual-notification .notification-container').slideToggle();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment