intercooler
Version:
Making AJAX as easy as anchor tags
31 lines (20 loc) • 775 B
HTML
---
layout: default
nav: attributes > ic-history-elt
---
<div class="container">
<div class="row">
<div class="col-md-12">
<h2><code>ic-history-elt</code> - The History Element</h2>
<h3>Summary</h3>
<p>The <code>ic-history-elt</code> attribute tells intercooler the element to take a snapshot of when storing
history entries, as well as the element to restore history snapshots into.</p>
<p>Typically this attribute is placed on an element that is present on every page in your web application, so it
is always possible to restore history.</p>
<h3>Syntax</h3>
<p>The value of this attribute should always be <code>true</code></p>
<h3>Dependencies</h3>
<p>No effect.</p>
</div>
</div>
</div>