So guys, I guess my question is quite understandable: I want to include an external jQuery file into my HTML. I tried many many ways, which I thought (and still think) were correct, but it doesn't seem to be so.
This is my code:
<script type="text/javascript" src="js/jquery-1.5.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.8.9.js"></script> <script type="text/javascript" src="js/pinkmoon.js"></script> Where pinkmoon.js is the file that holds my jQuery.
js/s from the HTML file)?js/?