Is it possible to open popup in popup(parent) in jquery mobile? -
I am using Jquery mobile 1.4.2. Is it possible to open popups (parent popup) in this popup (original popup)?
I tried this way,
But this does not work .. Is there any way to solve this problem?
If you are viewing popup API docs, it states the following:
The framework does not currently support the popping of popups, so it is not possible to embed one link from one popup popup. Any link with a data-relay = "popup" within any pop-up Will not
If you should have a popup open on top of another, then you have a separate plugin or your own roll, you can see my answer to another question, where I can get it Used the simplified plugin 2 plugin for
Comments
Post a Comment