Skip to content

Instantly share code, notes, and snippets.

@rdougan
Created April 2, 2013 12:22
Show Gist options
  • Save rdougan/5291815 to your computer and use it in GitHub Desktop.
Save rdougan/5291815 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$('.fancybox').click(function(e) {
e.preventDefault();
e.stopPropagation();
//$.fancybox($(this));
console.log('click!?');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment