I have a page which has an image as the backgroud. I have 30 different points on the image and need to open a new image on click of these point in form of a popup on the same page (exactly like an jquery mobile popup). Since the JQMobile popup is liked to a <a> tag and the image map is using <area> tag i am unable to do it. Here is what i did..
I implemented this slider in my app and customized it as per my needs and everything worked fine till the time i added JQuery Mobile CSS to my code.<link rel="stylesheet" href="css/jquery.mobile-1.1.0.min.css" />.
As soon as this CSS is added the handle of my slider stops moving and is always fixed at a same position.
Can anyone help me up with this? I need to get this working ASAP.