像 StackOverflow 标签选择器一样的投递箱
我需要有关 JavaScript 编码的帮助来检测向上和向下箭头键点击并在每次按键点击时执行一个事件,无需更改聚焦文本字段的光标位置,有点像堆栈溢出标签选择器
再次感谢任何帮助
i need help on coding javascript to detect the up and down arrow key hits and do an event on each key hit, without changing the cursor position of a focused textfield kinda like the stack overflow tag chooser
Thanks again for any help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您能够使用插件,我会推荐 jQuery UI 自动完成插件 而不是您自己的
If you are able to use plugins, I would recommend the jQuery UI autocomplete plugin instead of rolling your own