I found if I use another overlay/dialog plug like Clearbox or fancyBox, I loose the use function of jQuery-Mobile after the overlay initializes. The dialog opens correctly but I notice an "error on page" alert under it - I close the dialog & then nothing else works (ie: swipes & even the back btn on the device & a Chrome browser) only the plug(dialog).
This what triggers the overlay:
<a href="res/img/f1_1.jpg" rel="clearbox">Figure 1-1</a>
If I add: <target="something"> to the <a> tag, the alert goes away and all works fine; But, the image is loaded into the DOM and the dialog - This is obviously not desired. Is there a fix/work-a-round to resolve the issue. I really do not want to use the 'in-the-box' dialog that come w/jQuery-Mobile.
Attached is my HTML doc.
Thnx,
Jason