|
@@ -36,19 +36,28 @@ slug: home
|
|
|
<div class="col-sm-4">
|
|
|
<i class="fa fa-language"></i>
|
|
|
<h4>In your language</h4>
|
|
|
- <p>Select2 comes with support for <a href="#">RTL environments</a>, <a href="#">searching with diacritics</a> and <a href="#">over 40 languages</a> built-in.</p>
|
|
|
+ <p>
|
|
|
+ Select2 comes with support for
|
|
|
+ <a href="examples.html#rtl">RTL environments</a>,
|
|
|
+ <a href="examples.html#diacritics">searching with diacritics</a> and
|
|
|
+ <a href="examples.html#language">over 40 languages</a> built-in.</p>
|
|
|
</div>
|
|
|
|
|
|
<div class="col-sm-4">
|
|
|
<i class="fa fa-paint-brush"></i>
|
|
|
<h4>Fits in with your theme</h4>
|
|
|
- <p>Fully skinnable, CSS built with Sass and seamlessly fitting Bootstrap 3.</p>
|
|
|
+ <p>
|
|
|
+ Fully skinnable, CSS built with Sass and an
|
|
|
+ <a href="https://github.com/fk/select2-bootstrap-theme">optional theme for Bootstrap 3</a>.
|
|
|
+ </p>
|
|
|
</div>
|
|
|
|
|
|
<div class="col-sm-4">
|
|
|
<i class="fa fa-database"></i>
|
|
|
<h4>Remote data support</h4>
|
|
|
- <p><a href="#">Using AJAX</a> you can efficiently search large lists of items.</p>
|
|
|
+ <p>
|
|
|
+ <a href="examples.html#data-ajax">Using AJAX</a> you can efficiently
|
|
|
+ search large lists of items.</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -56,13 +65,20 @@ slug: home
|
|
|
<div class="col-sm-4">
|
|
|
<i class="fa fa-plug"></i>
|
|
|
<h4>Fully extensible</h4>
|
|
|
- <p>The <a href="#">plugin system</a> allows you to easily customize Select2 to work exactly how you want it to.</p>
|
|
|
+ <p>
|
|
|
+ The <a href="announcements-4.0.html#plugin-system">plugin system</a>
|
|
|
+ allows you to easily customize Select2 to work exactly how you want it
|
|
|
+ to.
|
|
|
+ </p>
|
|
|
</div>
|
|
|
|
|
|
<div class="col-sm-4">
|
|
|
<i class="fa fa-tag"></i>
|
|
|
<h4>Dynamic item creation</h4>
|
|
|
- <p>Allow users to type in a new option and <a href="#">add it on the fly</a>.</p>
|
|
|
+ <p>
|
|
|
+ Allow users to type in a new option and
|
|
|
+ <a href="examples.html#tags">add it on the fly</a>.
|
|
|
+ </p>
|
|
|
</div>
|
|
|
|
|
|
<div class="col-sm-4">
|