Can anyone explain this line of code to me:
For example why is it necessary to create an id for the script? And what does the ?v=1 mean after the script name
Thanks much
Code:
<script type="text/javascript" id="StartupScript" src="StartupScript.js?v=1" >
Thanks much
Comment