Jquery loading locally, but not on the web server -


running files locally works perfectly.

i've tried uploading site files both godaddy , github, jquery doesn't load in either case. in both cases html , css work expected.

i have alert ('script.js loaded'); @ top of jquery. alert appears when running locally, not via godaddy or github.

i have @ top of html:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>  <script type='text/javascript' src='jquery.js'></script> 

after googling, i've tried using textedit (instead of sublime) files instead, no avail. i'm struggling find other ideas.

any thoughts? thanks!


Comments

Popular posts from this blog

Upgrade php version of xampp not success -

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -