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:
If user doesn't have jQuery on the page,
render_asyncfetches request using plain JavaScript.Problem with this is that
<script>tags don't get executed when appended to HTML.Problem is with
outerHTMLnot being able to run script tags.Useful links: