Ok, so I'm a web design student and recently started learning javascript. My knowledge is intermediate at best.
I recently went to jquery and found an accordion box that I wanted to use in my website's gallery section (
www.designinginthedark.com
When I go to download the Jquery-1.3.1.js file i get the uncompressed version, and it downloads as Jquery-1.3.1.js.txt The txt (i'm assuming) is so it loads properly in notepad. However when I save the file with just the .js and attempt to upload it to my server, it wont let me because it says that it's not a valid file type. It says that a "." can only be used at the end of the file name, so it's not recognizing the file type. What should I do?