简体   繁体   中英

Click event is not working smoothly in jquery mobile

我正在使用jquery移动应用程序,为此我使用了许多页面。我移到下一页并返回到某些页面,然后单击无法正常工作,因为我第一次进入同一页面时单击事件运行顺利。因此请帮助我。

I am not very sure if this works.May be this is happening due to rough page transitions. Try turning off all the page transitions of jquery mobile.As it is not very smooth with page transition. Add this attribute to your anchor tags where you need to navigate. page-transition="none"

Also try the backface-visibility:none; in css.as given in this link

Update: Disabling the ajax may help. Add data-ajax="false" to your the <div> of page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM