Uncaught TypeError: Cannot read property ‘ajax’ of undefined
I’m including the following in footer file of my vantage child theme, $.ajax({ url: ‘//munchkin.marketo.net/munchkin.js’, dataType: ‘script’, cache: true, success: function() { Munchkin.init(‘My_Code_…’); } }); which produces the following error: Uncaught TypeError: Cannot read property ‘ajax’ of undefined(index):582 (anonymous function)…