jQuery: keyup event for mobile device

后端 未结 4 1902
小鲜肉
小鲜肉 2020-11-28 14:30

I\'m having a few issues getting a keyup event to fire on my iPhone, my code is as follows:

        var passwordArray = [\"word\", \"test\", \"hello\", \"ano         


        
4条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 15:08

    You should add a input event. It works on both mobile and computer devices.

提交回复
热议问题