jQuery context not available

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:

Код:
<xf:js>
    console.log("executed");
    console.log(typeof jQuery);
    console.log(typeof $);
    
    function uniq_fn()
    {
        console.log("function");
    }
</xf:js>

1720307830452.webp

Читать далее...
 
Активность
Пока что здесь никого нет

Похожие темы

Ответы
0
Просмотры
5
Ответы
0
Просмотры
22
Ответы
0
Просмотры
28
Назад
Верх Низ