Monday 5 October 2015

To check whether the Jquery Library is called or not

To check whether the Jquery Library is called or not, please run below function;

if (typeof jQuery != 'undefined') {
    alert("jQuery library is loaded!");
}else{
    alert("jQuery library is not found!");
}

No comments:

Post a Comment

Please post any queries and comments here.