Skip to content

Instantly share code, notes, and snippets.

@snide
Created December 1, 2010 00:52
Show Gist options
  • Save snide/722735 to your computer and use it in GitHub Desktop.
Save snide/722735 to your computer and use it in GitHub Desktop.
$('#js_project_1').click(function() {
if ($('#js_table_1').is(':visible')) {
$('#js_table_1').fadeOut('slow')
} else {
$('#js_table_1').fadeIn('slow')
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment