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.
如果文本字段具有有效的坐标,我想启用一个复选框,但它不会像我希望的那样工作。我问你知道吗,我做错了什么?
在 jsFiddle 演示。
提前致谢。
http://jsfiddle.net/S8r8u/31/
我不确定RegExp。它似乎不匹配,但您的事件不会触发,因为多个事件的 jQuery 语法是用空格而不是逗号分隔。
$('input[name="textfield-coordinates"]').on('keyup change paste', function() { });
jQuery on 方法