Hi Folks,
what is the best practice to include Javascript to your webapplications ?
Think about the following situations :
Different HTML Pages NO JavaScript Framework like JQuery or Dojo Different JS-Functions for different Pages.
Iam not sure, but i think there are 3 Solutions ?
- Include the stuff directly in the html file
- Put the stuff in one big .JS file and use some kind of namespace(s)
- Use on .JS File for every html page, with the needed functions included ?
Iam looking forward for your suggestions.