问题描述:
使用Jquery报错:Uncaught TypeError: $(...).on is not a function
解决
1、更改成更高版本的jQuery。本人从jQuery的版本从1.4.1换成2.1.4,问题解决。
2、使用bind()来替换on()。
相关内容:
使用Jquery报错:Uncaught TypeError: $(...).on is not a function
1、更改成更高版本的jQuery。本人从jQuery的版本从1.4.1换成2.1.4,问题解决。
2、使用bind()来替换on()。
jquery on方法,注意,语法,参数,示例。jquery1.7以后的版本支持on。自jQuery版本1.7起,on()方法是bind()、live() 和deleg