So I\'m developing a jQuery mobile phonegap app and I noticed that every time I open the panel the main page scrolls to the top automatically. I want the page to remain at t
Have you tried putting an event handler in the function and using e.preventDefault();
function (e) {e.preventDefault}