render_async
render_async copied to clipboard
script tag doesn't get evaluated when running vanilla JavaScript
If user doesn't have jQuery on the page, render_async fetches request using plain JavaScript.
Problem with this is that <script> tags don't get executed when appended to HTML.
Problem is with outerHTML not being able to run script tags.
Useful links: