I want to know, how can I upload javascript's files in the Joomla's platform (version 1.5.14)? Because when I try to upload .js files (Site -> Media Manager -> FolderName), Joomla's platform show me next below message:
"This file type is not supported.".
Is necesary to install a plugin in the Joomla's platform to upload .js file, or upload in special path in the Joomla's platform?.
NOTE: I don't want to include the .js file in the head tag of the html file, because I will include more than 10 .js files, that why, I need to make a references of these javascript files.(I need to upload more than 10 javascript file. (Jquery)).
After that! the references of javascript files doesn't change when I include in my html file to use it (if is possible)?. The way to use is similar than conventional?
I don't want to use javascripts in "articles" either "category" only in the main page.