I am working on a project that works entirely on jsfiddle.net. However, when I try to run this project in webStorm, I get two errors.
at first: 
second: 
I used to post my question here, I searched on stackoverflow, but could not find any solutions. I have already done:
libraries: 
and my html codes:
<!DOCTYPE html> <html> <head> <title>Super Mario!</title> <link rel='stylesheet' type='text/css' href='myMario.css'/> <script type='text/javascript' src='//code.jquery.com/jquery-1.11.2.min.js'></script> </head> <body> <img src="http://i1061.photobucket.com/albums/t480/ericqweinstein/mario.jpg"/> </body> </html>
why did you get these errors even though I downloaded the libraries and successfully detected the script source in my html? what should I do?
javascript jquery webstorm
Emre verim
source share