我正在尝试实现我在 CodeCanyon 上购买的名为 Textify 的 jQuery 插件。
Textify 需要 jQuery,我正在使用 Shape5 的 Vertex 框架在 Joomla 2.5 环境中实现这个插件。
将插件集成到站点后,我收到 5 个“'undefined' is not a function”错误。
开发站点位于http://sosdivorce.ergonomiq.net
由于 Textify 是一个商业产品,我不喜欢在网上发布脚本。
我得到的具体错误如下:
Error in file: http://sosdivorce.ergonomiq.net/templates/shape5_vertex/js/multibox/overlay.js
Type Issue
'undefined' is not a function (evaluating '$(window).addEvent('resize',function(){s5_resize_overlay();});')
Error in file: http://sosdivorce.ergonomiq.net/templates/shape5_vertex/js/s5_info_slide.js
Type Issue
'undefined' is not a function (evaluating '$(window).addEvent('resize',function(){s5_is_tobind();});')
Error in file: http://sosdivorce.ergonomiq.net/templates/shape5_vertex/js/s5_responsive_mobile_bar.js
Type Issue
'undefined' is not a function (evaluating '$(window).addEvent('resize',s5_responsive_mobile_login_register);')
Error in file: http://sosdivorce.ergonomiq.net/templates/shape5_vertex/js/s5_columns_equalizer.js
Type Issue
'undefined' is not a function (evaluating '$(window).addEvent('resize',s5_load_resize_columns);')
Error in file: http://sosdivorce.ergonomiq.net/templates/shape5_vertex/js/s5_flex_menu.js
Type Issue
'undefined' is not a function (evaluating '$(this.options.id).getElements('li, span.grouped_sub_parent_item');')
我该如何调查这个?