2

Hey! I'm using jquerymobile Alpha 4.1 together with asp.net mvc3.

My situation: I have two buttons in the footer with the url /booking/index/1 and /booking/index/-1. They are used to step forward & backward (increasing / decreasing the date on serverside).

After clicking for example the next button, with url /booking/index/1, i step forward. Clicking it again does nothing, instead of stepping to the next date.

But now, if i click on the other button, with url /booking/index/-1, it steps back to the previouse day as expected. Although only once.

It loads the next day with "normal jqm ajax". I think it might be some history/"i am already on that page" problem?

Does anyone know how to solve this?

Anders
  • 1,216
  • 5
  • 14
  • 28