Skip to content

Instantly share code, notes, and snippets.

@emohamed
Created January 30, 2014 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emohamed/8704953 to your computer and use it in GitHub Desktop.
Save emohamed/8704953 to your computer and use it in GitHub Desktop.
title.on('click', function(e){
if( strike.css('display') == 'block' ){
var closing = dd.hasClass('opened');
dd.slideToggle(closing);
dd.toggleClass('opened', closing);
}
return false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment