Is there a way to structure javascript/jquery by using an include() style of script concatenation similar to the way it can be done server-side in PHP?
I have a very long javascript engine that is currently embedded with dynamic code that ultimately comes from my database.
I want to separate the static js engine code from the dynamic js content code.
Wondering if there is a clever and "easy" way to do that?