jQuery mobile panel open scrolls page to the top, how to change this?

前端 未结 4 1565
误落风尘
误落风尘 2021-01-07 01:43

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

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-07 02:11

    Have you tried putting an event handler in the function and using e.preventDefault();

    function (e) {e.preventDefault}
    

提交回复
热议问题