Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自 jquery 1.7 以来已弃用记录.live(),因此我将.on()其用于我的按钮和页面事件。但问题是.on()在我的 jquery 移动应用程序中无法正常工作。
.live()
.on()
<a href="#">jquery mobile 中的、、data-role=button按钮单击事件和页面事件(pageinit、pagebeforeshow)的正确格式是什么?
<a href="#">
data-role=button
我使用的是 jquery 1.8.2 和 jquery mobile 1.2.0 和 phonegap 1.5。
提前致谢。
使用 .bind 来完成此操作。
http://jquerymobile.com/demos/1.0a1/experiments/api-viewer/docs/bind/