Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Looking for an advise Re: Looking for an advise

#120869
Andy Howells
Participant

Your best bet is probably to use vanilla JavaScript then, rather than relying on JQuery or any external libraries.

If you create a script that has other dependencies then you’re opening up a can of worms and making it difficult to implement. Using a core language that is universal will be your best bet, so perhaps a combination of HTML/JS or just straight JS will be the solution.