Thursday, 15 March 2012

jquery - Closing the Colorbox when clicking on its image -



jquery - Closing the Colorbox when clicking on its image -

i've got colorbox closes nicely with:

$.colorbox.close();

i closes when clicking on overlay, i'd close when clicking on image. can add together phone call close function?

i this:

$('img').click(function() { $.colorbox.close(); });

jquery colorbox

No comments:

Post a Comment