CodeCanyon で購入した Textify という jQuery プラグインを実装しようとしています。
Textify には jQuery が必要です。Shape5 の Vertex フレームワークを使用して、このプラグインを Joomla 2.5 環境に実装しています。
プラグインをサイトに統合した後、「'undefined' は関数ではありません」というエラーが 5 件発生します。
開発サイトは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');')
どうすればこれを調査できますか?