Wednesday 30 July 2014

Closing Colorbox on button click


Closing Colorbox on button click jQuery

You can use :

jQuery('#cboxClose').click();

OR

jQuery(window).colorbox.close();

No comments: