jquery 中的 Keydown - 我可以使用任何类型的插件来定位特定字母吗?
我需要在按下某个字母时调用一个函数,即按“l”更改 div 的类,按“g”将其更改为另一个类。
这可以在 jquery 中本地完成吗,还是我必须找到一个插件?
谢谢。
I need to call a function when a certain letter is pressed, i.e. pressing 'l' changes a div's class, and pressing 'g' changes it to another class.
Can this be done natively in jquery, or will I have to find a plugin?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQuery:
jQuery: