Description Usage Arguments Functions See Also
Modify existing tags to imbue (or disimbue) them with specific Turbo functionality.
1 2 3 4 5 6 7 8 9 | turbo_enable(tag)
turbo_disable(tag)
turbo_target(tag, target)
turbo_noeval(tag)
turbo_permanent(tag)
|
tag |
(tag) to be modified |
target |
(str) ID of another frame or "_top" for the whole page |
turbo_enable: enable Turbo for this tag and its contents
turbo_disable: disable Turbo for this tag and its contents
turbo_target: targets a different frame for this tag
turbo_noeval: prevents evaluation on load of a script
turbo_permanent: makes one permanent; tag must have ID
Other Turbo:
turbo_assets(),
turbo_frame(),
turbo_link(),
turbo_listener(),
turbo_stream(),
turbo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.