Hi
I'm trying to use a javascript code from an analytics tool in the same page that I have the jquery code. The question is, why the code of jquery.js seems to be incompatible with the s_code.js of SiteCatalyst? If we load first the jquery.js file, we obtain the error 'Error: this.$events has no properties', otherwise if we load first 's_code.js' file, we obtain the error 'this[b] is not a function'. It seems like both files are trying to use the same object ('this' object reference) with different attributes definitions or something like that, have you had similar incompatibilities with other javascript codes? Thanks in advance,