Jighead
6/4/2018 - 8:42 PM

Check if jquery is loaded

if (typeof jQuery == 'undefined') {

    // jQuery IS NOT loaded, do stuff here.

}