/ Published in: JavaScript
                    
                                        
Use Javascript to check if JQuery is loaded properly in the browser
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
if (typeof jQuery != 'undefined') {
alert("jQuery library is loaded!");
}else{
alert("jQuery library is not found!");
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                