I also get it on regular archive pages: Uncaught TypeError: undefined is not a function espresso_events_table_template.js?ver=1.2.p:20(anonymous function) espresso_events_table_template.js?ver=1.2.p:20j jquery.js?ver=1.11.1:2k.fireWith jquery.js?ver=1.11.1:2m.extend.ready jquery.js?ver=1.11.1:2J jquery.js?ver=1.11.1:2
Yes, and this fix will be in a future update of the table template add-on. You can apply the fix by opening up its scripts/espresso_events_table_template.js file and around line 20 you’ll see this:
$('.footable').footable();
You remove and replace with this:
if ( $.isFunction($.fn.footable) ) {
$('.footable').footable();
}
The support post ‘EE4 jQuery conflict "undefined is not a function"’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.