Skip to content

Instantly share code, notes, and snippets.

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 ryanbriones/3268 to your computer and use it in GitHub Desktop.
Save ryanbriones/3268 to your computer and use it in GitHub Desktop.
// Is there a better way when using call from href?
$(document).ready(function() {
$.extend($.facebox.settings, {inited: false});
$(document).bind('init.facebox', function() {
$('#facebox .close_image').hide();
});
}):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment