|
@@ -18,9 +18,11 @@ slug: announcements-4.0
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
|
|
|
|
-<div class="container">
|
|
|
|
|
|
+<div class="container s2-docs-container">
|
|
|
|
+<div class="row">
|
|
|
|
+ <div class="col-md-9" role="main">
|
|
<section id="release">
|
|
<section id="release">
|
|
- <h1>Select2 4.0.0</h1>
|
|
|
|
|
|
+ <h1 class="page-header">Select2 4.0.0</h1>
|
|
|
|
|
|
<p>
|
|
<p>
|
|
The 4.0 release of Select2 is the result of three years of working on the
|
|
The 4.0 release of Select2 is the result of three years of working on the
|
|
@@ -690,6 +692,11 @@ $("select").val("1").trigger("change"); // instead of $("select").select2("val",
|
|
$("select").prop("disabled", true); // instead of $("select").enable(false);
|
|
$("select").prop("disabled", true); // instead of $("select").enable(false);
|
|
</pre>
|
|
</pre>
|
|
</section>
|
|
</section>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-md-3" role="complementary">
|
|
|
|
+ {% include nav/announcements-4.0.html %}
|
|
|
|
+ </div>
|
|
|
|
+</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|