intercooler
Version:
Making AJAX as easy as anchor tags
31 lines (20 loc) • 827 B
HTML
---
layout: default
nav: attributes > ic-fix-ids
---
<div class="container">
<div class="row">
<div class="col-md-12">
<h2><code>ic-fix-ids</code> - The Fix IDs Attribute</h2>
<h3>Summary</h3>
<p>The <code>ic-fix-ids</code> attribute tells Intercooler to replace the IDs of any added elements
with globally unique IDs so that they don't conflict with any existing IDs on the page.</p>
<h3>Syntax</h3>
<p>The value of the <code>ic-fix-ids</code> attribute should be "true", or it should be omitted entirely.</p>
<p>This attribute may be placed on parent elements, allowing you to specify behavior across
multiple elements.</p>
<h3>Dependencies</h3>
<p><code>ic-fix-ids</code> attribute has no effect on dependencies.</p>
</div>
</div>
</div>