Skip to content

Instantly share code, notes, and snippets.

@devudit
Created July 7, 2016 12:00
Show Gist options
  • Select an option

  • Save devudit/ecfe9bc3f6ffc52155130c794af03e99 to your computer and use it in GitHub Desktop.

Select an option

Save devudit/ecfe9bc3f6ffc52155130c794af03e99 to your computer and use it in GitHub Desktop.
Wrap colorbox main div into another
$.colorbox({
open: true,
height: 500,
width: 500,
onComplete: function() {
$("#colorbox").wrap("<div id='colorbox_wrapper' />")
},
onCleanup: function() {
$("#colorbox").unwrap("<div id='colorbox_wrapper' />")
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment