Frage

So i have some javascript functions all around my website and i would like to organize them in one file.js

So i can call the file in the header like this:

<script src="myfunctions.js"></script>
War es hilfreich?

Lösung

Simply cut and paste the contents between the <script> tags into myfunctions.js.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top