javascript - The live event in jQuery has no effect on the mobile WeChat client; the code is as follows
PHP中文网
PHP中文网 2017-06-28 09:25:53
0
3
767


This code works well on PC and some Android phones, but it has no effect when clicked on some Xiaomi phones (the running environment is in the WeChat subscription account)

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(3)
刘奇

Isn’t live removed after version 1.7? Try changing it to on

某草草

Try using on, write it like this, now you don’t need to live anymore

$(wrapper).on(event,target,handle);
ringa_lee

Try using bind

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template