I hope you don't mind trivial questions. I only ask them after failing to
find answers in my book and on the web...
Can I split Javascript code into separate js files which reference each
other (hierarchically )? For instance, can I put core functions in a library
file and refer to them from other script files (like: $ïnclude "core.js").
TIA
Tom
find answers in my book and on the web...
Can I split Javascript code into separate js files which reference each
other (hierarchically )? For instance, can I put core functions in a library
file and refer to them from other script files (like: $ïnclude "core.js").
TIA
Tom
Comment