Notice: Trying to access array offset on value of type null in /home/httpd/vhosts/praids.ru/httpdocs/application/views/index.php on line 159

Notice: Trying to access array offset on value of type null in /home/httpd/vhosts/praids.ru/httpdocs/application/views/index.php on line 159
23.12.2018

Посмотреть версию используемой jQuery

Вывод версии jquery:

var message;

if (window.jQuery) {
    message = 'Найдена библиотека jQuery версии: ' + jQuery.fn.jquery;
} else {
    message = 'Библиотека jQuery не найдена';
}

alert(message);
Поделиться: