Indention, whitespace.
This commit is contained in:
parent
2c627b4875
commit
2b8865b3b3
@ -12,6 +12,7 @@ slug: announcements-4.0
|
|||||||
<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">
|
||||||
|
|
||||||
<section id="release">
|
<section id="release">
|
||||||
<h1 class="page-header">Select2 4.0.0</h1>
|
<h1 class="page-header">Select2 4.0.0</h1>
|
||||||
|
|
||||||
@ -733,10 +734,13 @@ $("select").val("1").trigger("change"); // instead of $("select").select2("val",
|
|||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
$("select").prop("disabled", true); // instead of $("select").enable(false);
|
$("select").prop("disabled", true); // instead of $("select").enable(false);
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3" role="complementary">
|
<div class="col-md-3" role="complementary">
|
||||||
|
|
||||||
{% include nav/announcements-4.0.html %}
|
{% include nav/announcements-4.0.html %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -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
|
||||||
|
@ -32,6 +32,5 @@ slug: options
|
|||||||
</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