Am trying to install jQuery. I downloaded it from the official page and placed it in my workspace folder and referenced it in the html file. I can't however get the results to show its configured. Please help.
            Asked
            
        
        
            Active
            
        
            Viewed 495 times
        
    -2
            
            
        - 
                    http://stackoverflow.com/questions/13840429/what-is-the-difference-between-client-side-and-server-side-programming – Regis Portalez May 06 '16 at 08:44
1 Answers
0
            
            
        jQuery is a Javascript Library.
How to check if jQuery is imported :
- Open your HTML page on browser.
- Open Developement tools (Console) , PressF12.
- Run this JS code : jQuery
 
    
    
        Community
        
- 1
- 1
 
    
    
        Abdennour TOUMI
        
- 87,526
- 38
- 249
- 254
- 
                    I want to import it in an html file using code . For example in Notepad++ – bmuke110 May 06 '16 at 07:58
 
    