Created
July 7, 2016 12:00
-
-
Save devudit/ecfe9bc3f6ffc52155130c794af03e99 to your computer and use it in GitHub Desktop.
Wrap colorbox main div into another
This file contains hidden or 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
| $.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