No little errors. I've tried many, many different times on many, many projects, and jQuery will not load. I've tried dowloading jQuery files as well as using jQuery URLs. I've checked for typos, made sure the files are in the right spots, made sure the jQuery script is loaded before jQuery commands are used, and ruled out just about every minor error in the book. My best lead was a thread about encoding. For whatever reason, someone's html file was being encoded into UTF-16, and jJQuery into UTF-8. I'm using Notepad++, and I checked, and of course, my HTML and jQuery files are both being encoded in UTF-8 (without BOM). I'd just like to use the library and move with my life, so if someone could help me, that would be marvelous.
If it counts for anything, here's my code to embed jQuery:
<script type="text/javascript" src="jquery-2.0.3.min.js"></script>