This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
JQM 1.2.-Alpha popup widget not loading when opened more than twise #4796
Closed
Description
I was trying with JQM 1.2 Alpha popup widget and came across an issue. I do have a workflow process which shows up a popup dialog with ok and cancel button ( i call it as confirmation dialog) . the call back event of ok button would again show up another popup with ok button like alert ( calling it as alert box) . the second alert box is not showing up when called from the confirmation box. But works well when called separately.