Disable Turbo
Mon Jan 11 2021 03:46:56 GMT+0000 (Coordinated Universal Time)
Saved by
@delitescere
<div data-turbo="false">
<h2>Regular</h2>
<div>
<turbo-frame id="greeting_frame">
<!--
This <turbo-frame> obviously isn't needed, but in combination with the data-turbo="false" property on the containing element shows the progressive enhancement aspect of Turbo Frames.
-->
<a href="/greeting/?person=Josh">Click here to greet Josh (fast)</a>
</turbo-frame>
</div>
<div>
<!--
This use a standard anchor, so no Turbo enhancement is applied.
-->
<a href="/greeting/?person=Josh&sleep=true">Click here to greet Josh (slow)</a>
</div>
</div>
content_copyCOPY
.
Comments