I guys, i try to use for the first time jquery mobile to create an ios app.
After a lot of research i don't fond the answer to my problem.
I have 2 page, A and B. In page A i have a list of li in a ul tag. Every <li> is linked to Page B where, betwen ajax, i do a query to my databse. Thjis point is ok. In page B i activeted a back button. Thi s buttin work but when the page change, from B to A, i see the top of the list while i would to come back in the same point where i was.
There is a method to do this?
Thank a lot.