I am new to the forum and new to jquery mobile. I have a question on why a link in a popup might not work for multiple pages. The popup works and that is great, cause the first button goes to the next page. however when I click my popup menu again and go to the next page it will not go.... and neither will the other two items that follow. Let me also say i am using the unstable version of jquery mobile, as the popup works the way i want it (I know I know... newbies.)I have included the code here:
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Sales Sheet.pdf</h2><p>Sales sheet in Adobe PDF format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Sales Training.mp4</h2><p>Sales training video in .mp4 format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Sales Forecast.xls</h2><p>Sales forecast in MS-Excel format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Product Images.jpeg</h2><p>Product images in .jpeg format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Marketing Plan.doc</h2><p>Marketing plan in MS-Word format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Marketing Presentation.ppt</h2><p>Marketing presentation in PowerPoint format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Advertising Budget.xls</h2><p>Advertising budget in MS-Excel format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Tech Support Numbers.xls</h2><p>Tech support telephone numbers in MS-Excel format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Tech Support Manual.pdf</h2><p>Tech support manual in Adobe PDF format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Tech Support Training.mov</h2><p>Tech support training video in .mov format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Tech Support Updates.doc</h2><p>Latest tech support updates in MS-Word format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Sales Sheet.pdf</h2><p>Sales sheet in Adobe PDF format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Sales Training.mp4</h2><p>Sales training video in .mp4 format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Sales Forecast.xls</h2><p>Sales forecast in MS-Excel format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Product Images.jpeg</h2><p>Product images in .jpeg format. Can be used for sales or marketing.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Product Images.jpeg</h2><p>Product images in .jpeg format. Can be used for sales or marketing.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Marketing Plan.doc</h2><p>Marketing plan in MS-Word format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Marketing Presentation.ppt</h2><p>Marketing presentation in PowerPoint format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Advertising Budget.xls</h2><p>Advertising budget in MS-Excel format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Tech Support Numbers.xls</h2><p>Tech support telephone numbers in MS-Excel format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Tech Support Manual.pdf</h2><p>Tech support manual in Adobe PDF format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Tech Support Training.mov</h2><p>Tech support training video in .mov format.</p></a></li>
<li><a href="#"><img src="images/filesend_doc_icon.png" /><h2>Tech Support Updates.doc</h2><p>Latest tech support updates in MS-Word format.</p></a></li>