Alex
Alex

Reputation: 1274

How can I display two colorboxes (popup windows)?

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

Answers (2)

CSSian
CSSian

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

Jack
Jack

Reputation: 9548

There would be no way to do that without significantly altering the plugin. Sorry.

Upvotes: 3

Related Questions