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 移动应用程序中单击按钮时调用 javascript 函数。我在我的 mvc 应用程序中使用 jquery mobile。我想在文本框的焦点上调用 jquery 函数。我无法以传统方式拨打电话
请帮忙
你试过了吗,
$("#inputboxid").focus(function(){ });
// 这是 jquery 中的一种传统方式 :)