Is it possible to have a javascript link like this (notice the query string):
<script type = "text/javascript" src = "/js/myScipt.js?v=3"></script>
and then in myScript.js get the value of v using jQuery? A javascript answer is okay too, but jQuery is preferred. Thanks in advance! I searched all over and all I could find were questions pertaining to getting the value of a query string in the URL, but not from it's own link.