Skip to content

Instantly share code, notes, and snippets.

@jchck
Created October 3, 2014 16:37
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 jchck/1e383b02317152efef01 to your computer and use it in GitHub Desktop.
Save jchck/1e383b02317152efef01 to your computer and use it in GitHub Desktop.
// init hoverdir.js
$(function() {
$(' #work_thumbnail_container > li ').each( function() { $(this).hoverdir(); } );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment