1
0
mirror of synced 2025-02-22 06:53:14 +03:00

Indention, whitespace.

This commit is contained in:
Florian Kissling 2015-06-07 16:40:00 +02:00
parent 2c627b4875
commit 2b8865b3b3
3 changed files with 463 additions and 456 deletions

View File

@ -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>

View File

@ -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();
&lt;/script&gt; &lt;/script&gt;
</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
&lt;link href="path/to/select2.min.css" rel="stylesheet" /&gt; &lt;link href="path/to/select2.min.css" rel="stylesheet" /&gt;
&lt;script src="path/to/select2.min.js"&gt;&lt;/script&gt; &lt;script src="path/to/select2.min.js"&gt;&lt;/script&gt;
</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

View File

@ -32,6 +32,5 @@ slug: options
</div> </div>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">prettyPrint();
prettyPrint();
</script> </script>