Проверить подключен ли Jquery?
Frontend

Проверить подключен ли Jquery?

var msg;
if (window.jQuery) {
    msg = 'You are running jQuery version: ' + jQuery.fn.jquery;
} else {
    msg = 'jQuery is not installed';
}
console.log(msg);

Quote of the day:

Безграмотность доверчива и легкомысленна.
By Admin On November 06, 2018
558

Leave a reply