I'm working on a web mobile app using jquery mobile application. the problem I'm having is, using below link, I want my cursor to jump to specific record but its not happening. I have tried multiple solution but none of them seems to be working.
It needs to happen as someone loads that page. However, it does work when I click on any record once page gets loaded fully, it keeps moving records upwards as I click on them. This does happen using javascript but same thing doesn't work on load of page.
There seems to be some tap on / tap off functionality for the persistent footer. Can you please advise if there is any setting to disable that (so it's on continuously)?
I have used jquery mobile framework and can be seen using following url, there are 2 problems though
- There is a button Next Address, if someone click on it, first address should get disappeared under header but its not happening, it does happen though once you click 5-6 times on same button, any solution how I can make that work?