Reputation: 1274
I am using this jQuery plugin http://jacklmoore.com/colorbox/ to show a popup window. There is a link in the content of the first popup clicking on which triggers another small popup window. I'd like to have this second popup without closing the first one. Is it possible to achieve this without changing much in the plugin?
Upvotes: 1
Views: 840
Reputation: 1661
Assuming you have the chops, consider using ColorBox with the html parameter for the first popup window. In the HTML, develop your own window, eventing and handler (with Jquery). Just a thought.
Upvotes: 0
Reputation: 9548
There would be no way to do that without significantly altering the plugin. Sorry.
Upvotes: 3