Skip to content

Instantly share code, notes, and snippets.

@jollychang
Created May 27, 2014 08:34
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 jollychang/05831a79b38c6ddbef7a to your computer and use it in GitHub Desktop.
Save jollychang/05831a79b38c6ddbef7a to your computer and use it in GitHub Desktop.
hide and display block
toggleRelatedBox = function() {
if (!this._toggleLock) {
this._toggleLock = true;
$('div.related div.content').slideToggle(300, function() {
list-resources._toggleLock = false;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment