Created
July 30, 2008 14:31
-
-
Save ryanbriones/3268 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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