E
Eli
Hello,
I want to get a reference to the <script> element (DOM) from the JS
code it contains.
e.g:
<script type="text/javascript">
var scriptElem = ???
</script>
scriptElem should refer to the <script> element that contains it.
-thanks, Eli
I want to get a reference to the <script> element (DOM) from the JS
code it contains.
e.g:
<script type="text/javascript">
var scriptElem = ???
</script>
scriptElem should refer to the <script> element that contains it.
-thanks, Eli