A
AspectUnk
Guest
After updating to 2.3.0, any third-party scripts using jQuery do not work. Looks like a context scope issue.
You can reproduce it by inserting a similar code into any template:
Code:
Continue reading...
You can reproduce it by inserting a similar code into any template:
Code:
Code:
<xf:js>
console.log("executed");
console.log(typeof jQuery);
console.log(typeof $);
function uniq_fn()
{
console.log("function");
}
</xf:js>
Continue reading...