Pass in html_element_name
Changes brought in 1.2.0 version:
Pass in html_element_name
Passing html_element_name
will allow you to control which HTLM element will serve as a container (placeholder) before your request gets loaded. This will prove useful if you're using render_async
inside a table.
Load request only when DOM is ready
render_async
will attempt to fetch request only when document is ready.