first, thanks a lot of jQuery Mobile. It's great to see it coming to life and so many updates with a good communication with the community.
Now. I've been looking around the web to find a proper way to make the redirection using htaccess file to the jQuery Mobile version of my site. I found a lot and i mean a lot of post.
Here is what i am trying to achieve. i have a list at the top of my page with names of cities. And below the map with "hotspot". I'm already using jquery.maphilight.min.js with jquery-1.3.2.min.js as well as query.fancybox-1.2.1.pack.js. So when you hover one the city/area of a map, the background color change and if you click a fancybox shows up with info in it.
So i would like to be able to click a name from the top list to scroll to the city/area of the map and make it pulsate. So a person who does not know where a city is but know the name can pin point it on the map.
My issue is that there is so many script out there that i am confuse to which one using.
Can anybody suggest a plugin or tutorial. I'm a beginner in js.