jQuery prüfen

Prüft ob jQuery vorhanden ist …

by mischah

JavaScript

if (typeof jQuery != 'undefined') {
    console.log('jQuery loaded …');
}