Pages

Saturday, March 8, 2014

Tutorial Check if jQuery is Loaded

if (typeof jQuery == 'undefined') {

    // jQuery IS NOT loaded, do stuff here.

}

No comments:

Post a Comment