I am using jquery mobile 1.1.1 and jquery core 1.7.1. The issue is that when i try to open a dialog box it does’nt work. The same code is working for jquery mobile 1.0.1. I have tried using jquery core 1.8.0 but this did’nt worked as well. Can anyone help? . Here is the jsfiddle link: http://jsfiddle.net/zteV3/18/
Share
Try the following:
Your CSS references (in
<link>tags) where not defined correctly.I tested it on jsfiddle and it works fine now 😉