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.