mardi 17 mars 2015

WebStorm There is no locally stored library


Vote count:

0




I'have been working on a project which totally works on jsfiddle.net . However, when i try to run this project in webStorm, i get two errors.


first : document is not defined


second : no locally stored librarry


Before, i post my question here, i searched on stackoverflow but couldn't find any solutions. I already did :


libraries: libraries that i loaded


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://ift.tt/19v9cGa"/>
</body>
</html>



why did u get these errors although i loaded libraries and succesfully defined source script in my html ? what should i do ?



asked 1 min ago







WebStorm There is no locally stored library

Aucun commentaire:

Enregistrer un commentaire