jQuery not defined Error

Gold Contributor
Gold Contributor

Hi,

We have integrated Demandbase code in the utag.sync.js file.   

jQuery.ajax({
url: '//api.demandbase.com/api/v2/ip.js....

The Demandbase tag is not firing because of an error on the Console that says:
"utag.sync.js:formatted:1359 Uncaught ReferenceError: jQuery is not defined"

Any clue what has to be changed to avoid this error?  Not very Tealium-related but still hoping the good folk here can help :)

Thanks!

1 REPLY 1

jQuery not defined Error

Employee Emeritus

Sujani,

You'll need to ensure your jQuery file is loading before the utag.sync file -- someone on your development team should be able to help verify. We recommend loading the utag.sync file in the <head> section of your page, and you'll receive the 'jQuery is not defined' error if this is loading before your jQuery file.

Mike

Public