Indention, whitespace.
This commit is contained in:
parent
2c627b4875
commit
2b8865b3b3
File diff suppressed because it is too large
Load Diff
@ -40,7 +40,8 @@ slug: home
|
|||||||
Select2 comes with support for
|
Select2 comes with support for
|
||||||
<a href="examples.html#rtl">RTL environments</a>,
|
<a href="examples.html#rtl">RTL environments</a>,
|
||||||
<a href="examples.html#diacritics">searching with diacritics</a> and
|
<a href="examples.html#diacritics">searching with diacritics</a> and
|
||||||
<a href="examples.html#language">over 40 languages</a> built-in.</p>
|
<a href="examples.html#language">over 40 languages</a> built-in.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
@ -48,7 +49,8 @@ slug: home
|
|||||||
<h4>Remote data support</h4>
|
<h4>Remote data support</h4>
|
||||||
<p>
|
<p>
|
||||||
<a href="examples.html#data-ajax">Using AJAX</a> you can efficiently
|
<a href="examples.html#data-ajax">Using AJAX</a> you can efficiently
|
||||||
search large lists of items.</p>
|
search large lists of items.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
@ -141,6 +143,7 @@ slug: home
|
|||||||
$('select').select2();
|
$('select').select2();
|
||||||
</script>
|
</script>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Check out the <a href="examples.html">examples page</a> to start using
|
Check out the <a href="examples.html">examples page</a> to start using
|
||||||
@ -176,6 +179,7 @@ slug: home
|
|||||||
<link href="path/to/select2.min.css" rel="stylesheet" />
|
<link href="path/to/select2.min.css" rel="stylesheet" />
|
||||||
<script src="path/to/select2.min.js"></script>
|
<script src="path/to/select2.min.js"></script>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Check out the <a href="examples.html">examples page</a> to start using
|
Check out the <a href="examples.html">examples page</a> to start using
|
||||||
|
@ -13,25 +13,24 @@ slug: options
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="container s2-docs-container">
|
<div class="container s2-docs-container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-9" role="main">
|
<div class="col-md-9" role="main">
|
||||||
|
|
||||||
{% include options/core-options.html %}
|
{% include options/core-options.html %}
|
||||||
{% include options/dropdown.html %}
|
{% include options/dropdown.html %}
|
||||||
{% include options/events.html %}
|
{% include options/events.html %}
|
||||||
{% include options/adapters.html %}
|
{% include options/adapters.html %}
|
||||||
{% include options/setting-default-options.html %}
|
{% include options/setting-default-options.html %}
|
||||||
{% include options/backwards-compatibility.html %}
|
{% include options/backwards-compatibility.html %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3" role="complementary">
|
<div class="col-md-3" role="complementary">
|
||||||
|
|
||||||
{% include nav/options.html %}
|
{% include nav/options.html %}
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">prettyPrint();
|
||||||
prettyPrint();
|
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user