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.
我正在使用 Phonegap 开发一个 Android 应用程序。在 Google Nexus 手机中,当我单击一次时,需要单击两次意味着我正在调用的函数将被执行两次。
我该如何解决这个问题?
像这样调用按钮或 href 上的函数:
$('#buttonID').off("click").on("click", function () { });