I have a situation where I need to dynamically insert a block of code directly after an existing
<script src="......."></script>
tag.
I am not able to make changes to the section in the site where the tag exists but need some javascript to load directly after that tag and before the next block of code executes.
Is this possible with jquery?
Thanks.