intercooler
Version:
Making AJAX as easy as anchor tags
34 lines (22 loc) • 873 B
HTML
---
layout: default
nav: attributes > ic-push-url
---
<div class="container">
<div class="row">
<div class="col-md-12">
<h2><code>ic-push-url</code> - The Always Update Attribute</h2>
<h3>Summary</h3>
<p>The <code>ic-push-url</code> attribute tells intercooler to push the location of the ajax request associted
with the current element into the location bar.</p>
<p>This can be useful if you want to support the back button after an intercooler request replaces some content
on a page.</p>
<h3>Syntax</h3>
<p>The value of this attribute can be either <code>true</code> or <code>false</code></p>
<p>This attribute may be placed on parent elements, allowing you to specify behavior across
multiple elements.</p>
<h3>Dependencies</h3>
<p>No effect.</p>
</div>
</div>
</div>