WPIntell

Source evidence

Uncaught ReferenceError: foo is not defined

WP Typed JS · support · 2017-10-13T07:41:00+00:00

mixedsentiment
mediumseverity
0.73relevance
1replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Bjarne Oldrup resolved
Hi In Google Inspect tool this error is revealed: (index):80 Uncaught ReferenceError: foo is not defined at Object.callback ((index):80) at typed.min.js?ver=4.8.2:1 The function mentioned: jQuery(function($){ $('.type-wrap').show(); $('#typed').typed({ stringsElement: $('#typed-strings'), typeSpeed: 65, backDelay: 2500, loop: false, contentType: 'html', // or text loopCount: false, callback: function(){ foo(); }, resetCallback: function() { newTyped(); } }); $('.reset').click(function(){ $('#typed').typed('reset'); }); }); Any ideas how to fix? The plugin works fine, but it’d be great if it didn’t trigger this errormessage… This topic was modified 8 years, 7 months ago by Bjarne Oldrup . Hi Bjarne. For some reason i did not get any notifications about this support question. The error is simply that the function foo(); doesnt exists. I will check the plugin to see if it is present and update if needed. until i update, you can simply remove the mentioning of foo(); in the code. callback: function(){ foo(); }, to this: callback: function(){ }, If you need any help with this plugin please contact me 🙂

Comments

1 shown
Kim Vinberg 2018-03-27T18:39:00+00:00

Hi Bjarne. For some reason i did not get any notifications about this support question. The error is simply that the function foo(); doesnt exists. I will check the plugin to see if it is present and update if needed. until i update, you can simply remove the mentioning of foo(); in the code. callback: function(){ foo(); }, to this: callback: function(){ }, If you need any help with this plugin please contact me 🙂