is there any way to add jquery ready() function to a code like this?
<script type='text/javascript' src='http://xxxxxxxxxxx?id=35&k=bf6ee6f24e058a864298&method=div' id='block-4e058a8642973ae2c431f0d8'></script>
suppose we can’t add ready function within the actual js code in that src link
if we can’t, then is there anyway to make this script load last?
Simple answer you cant, without having the jquery library added.
but if you place the script just before the final
</html>tag it should execute last.