svk
svk

Reputation: 4553

open a modal popup from another modalpopup is possible?

I want to open a modalpopup from another modalpopup.Is it possible in Jquery?

Upvotes: 1

Views: 339

Answers (1)

PurplePilot
PurplePilot

Reputation: 6612

The point of a modal window is that you cannot do anything else until that modal window has been dismissed, so opening another modal would defeat the object of the modal window in the first place so i doubt anyone would programme it. Having said that the modal windows in jquery are hacks so it may be possible.

Upvotes: 1

Related Questions