2 amoun Feb 25, 2018 18:00
- Yes scripts can be separate files, b2evo uses lots of [***.js]
- It shouldn't matter where they are as long a s a) the calling script has the correct path and b) any call made by the script knows where to pick up data etc.
I think it depends on what it is used for. Remember that some scripts may cause conflicts while others will work if they are called in the correct order. Ideally scripts for skins should be called through the skin and those for plugins through the plugins.
Check how your JavaScript works by disabling all plugins and enabling them one by one.
Essentially it doesn't matter which of your above mentioned options you use, provided that you point to them correctly and they do not cause conflicts. Also ensure your script is well formed, because if a script somewhere breaks, it could stop all following scripts to fire also.
To allow us to advise better, perhaps share what your scripts are for, what functions they are required to perform and which libraries they use.
Hi
Think I got the basic functionality going now:
2 scripts picking 3 random cards and turning them along with a text.
It seems when moving scripts outside the html file, a few things are different.
I had to put single quotes.
And I think my variable names went from non-case-sensitive to case-sensitive (Not absolutely sure about this)
Heres a link
http://www.ourspiritwalk.com/index.php/exp1/
Thanks for the input
SWEET, thought it would be much harder :-D
Good to know you've merged your ideas into one site, and are having fun doing it. But look on the bright side, there will probably be harder things to do when you least expect it :)
Yeah you're right, wonderful things to turn the head inside out. :-D
I'll be back soon