I am using quite a bit of javascript in which it would be rather helpful if I could use global constants and a few methods that I use all over my web site.
Instead of having to copy and paste these into each js file, is there a way to include them?
like:
#include global.js
jsCode