Custom.JS "breakouts"
The one thing I am wondering is how everyone is managing them.
Meaning dropping everything into the custom.js file or xyz.
Currently I have everything in the custom.js file and its getting pretty robust. What I would really like to do is breakout each solution into its own solution.js and reference in the custom.js.
Thanks
Best Answer
-
Geoff_Ross Cireson Consultant O.G.Hi Brain,
Check out my example here.
https://community.cireson.com/discussion/1714/auto-show-history#latest
We have a script loader function in custom.js which is then used to load in all other js files.
Geoff1
Answers
Check out my example here.
https://community.cireson.com/discussion/1714/auto-show-history#latest
We have a script loader function in custom.js which is then used to load in all other js files.
Geoff