当发生错误 TypeError: $(...).on is not a function 时,当不存在javascript类冲突的前提下,考虑是否是因为jquery版本过低!
参考:
http://stackoverflow.com/questions/15670352/typeerror-on-is-not-a-function
http://stackoverflow.com/questions/18958775/typeerror-jquery-on-is-not-a-function
本文探讨了在JavaScript开发过程中遇到的TypeError: $(...).onisnotafunction错误的原因及解决方法,主要关注于jQuery版本过低的可能性。通过深入分析,帮助开发者快速定位并修复该错误。
当发生错误 TypeError: $(...).on is not a function 时,当不存在javascript类冲突的前提下,考虑是否是因为jquery版本过低!
参考:
http://stackoverflow.com/questions/15670352/typeerror-on-is-not-a-function
http://stackoverflow.com/questions/18958775/typeerror-jquery-on-is-not-a-function

被折叠的 条评论
为什么被折叠?