how to animate two continuous popup windows with jquery mobile?
问题 What I want to do with jquery mobile is when I click a button on the first popup window, the first popup window will disappear with a flip animation, after which the second popup window will appear with the same kind of animation. I tried to use this in the event listener: $("#div_first").popup("close"); $("#div_second").popup("open"); The first popup window did disappeared. However the second popup window didn't popup. How can I do this with mobile jquery? Thank you! 回答1: You need to call