Skip to content

Pass in html_element_name

Compare
Choose a tag to compare
@nikolalsvk nikolalsvk released this 25 Jan 11:20
· 205 commits to master since this release

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.