jQuery Mobileのポップアップが意図したとおりに機能しない場合は、アドバイスしてください。
ポップアップDIVは引き続き表示されますが、DIVは非表示になり、リンクをクリックしてもポップアップしません。jQueryドキュメントのデモで機能するようです。
以下のコードに何か問題がありますか?
<a href="#transitionExample" data-transition="pop" data-role="button" data-inline="true" data-rel="popup">Pop Up</a>
<div data-role="popup" id="transitionExample">
This is a POP UP.
</div>