Search code examples
jquerysimplemodal

Jquery simplemodal call another simplemodal


I want to call another simplemodal from a link in existing modal.

I'm using the OSX modal.

How can I do this ?


Solution

  • SimpleModal only supports one modal open at a time.

    Instead of opening a new one, you could get the content you want and replace the existing content with it.