claudiu-c
2/8/2017 - 1:49 PM

check if page has jquery

if (window.jQuery) {
    alert("has jquery");
} else {
    alert("no jquery :(");
}