Skip to content

Instantly share code, notes, and snippets.

@brianmichel
Created March 26, 2010 14:13
Show Gist options
  • Save brianmichel/344927 to your computer and use it in GitHub Desktop.
Save brianmichel/344927 to your computer and use it in GitHub Desktop.

Revisions

  1. brianmichel created this gist Mar 26, 2010.
    5 changes: 5 additions & 0 deletions gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    $('#pictures').hover(function() {
    $('div.overlay-background' & 'div.overlay').slideDown('slow', function() {
    //Animation Complete
    });
    });