The 'charCode' property of a keyup event should not be used. The value is meaningless

后端 未结 6 1494
攒了一身酷
攒了一身酷 2021-01-13 07:42

HTML code:

Days

Jquery code:

$(\'#se         


        
6条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-13 07:48

    i've a trouble too. I assign event to but there not work!

    $(document).ready(function(){ $("#test ul").bind("keyup",function(){ alert('Handler for .keyup() called.'); });

    })

提交回复
热议问题