Skip to content

Instantly share code, notes, and snippets.

@phongjalvn
Created June 10, 2014 03:38
Show Gist options
  • Save phongjalvn/5aeeaf30471ea85b48e1 to your computer and use it in GitHub Desktop.
Save phongjalvn/5aeeaf30471ea85b48e1 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function($) {
$( ".ss-icon" ).click(function(e) {
e.preventDefault()
$( ".level1" ).slideToggle( "fast", function() {
// Animation complete.
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment