javascript - Can you work out why my .js file doesn't seem to be linking to my html? -
here's jsfiddle of site (very premature), seems work fine on there, i'm not getting results @ locally, either in preview window in komodo or when open in safari.
here links js file, jquery , jquery ui i'm using:
<script type="text/javascript" src="js/scripts.js"</script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"</script> <script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"</script>
i know links work because link directly file or website when click on in komodo.
what's going wrong me? i've made other working sites 1 isn't going me.
help?
also, if shed light on jquery question eternally great full : attempting use jquery change img src of draggable object when dropped
put '>
' in front of '</script>
'
Comments
Post a Comment