Firebug JS warning to jQuery 1.4.2 “The 'charCode' property of a keyup event should not be used. The value is meaningless.” To ignore it?

前端 未结 3 704
梦谈多话
梦谈多话 2020-12-21 04:20

Firebug 1.5.4 JavaScript warning : The \'charCode\' property of akeyupevent should not be used. The value is meaningless. To ignore it? Is ther

3条回答
  •  粉色の甜心
    2020-12-21 04:37

    This is a very common error message that comes out of mozilla code. The message comes out for every keystroke and it can lead to performance problems if you have the error console open. I've complained to mozilla about this and similar messages to no effect. jjb

提交回复
热议问题