1
0
mirror of synced 2024-11-22 13:06:08 +03:00

Documentation: Replace duplicated id="lifecycle" with id="drag_drop" for the Drag and Drop Sorting example

This commit is contained in:
Eric Dahl 2014-01-26 13:23:05 -06:00
parent 8b7a773632
commit fb458d2381
3 changed files with 3 additions and 3 deletions

View File

@ -822,7 +822,7 @@ $("#e14_destroy").click(function() { $("#e14").select2("destroy"); });
</div>
</article>
<article class="row" id="lifecycle">
<article class="row" id="drag_drop">
<script id="script_e15">
$(document).ready(function () {
$("#e15").select2({tags:["red", "green", "blue", "orange", "white", "black", "purple", "cyan", "teal"]});

View File

@ -571,7 +571,7 @@ version: 2.1
</div>
</article>
<article class="row" id="lifecycle">
<article class="row" id="drag_drop">
<script id="script_e15">
$(document).ready(function () {
$("#e15").select2({tags:["red", "green", "blue", "orange", "white", "black", "purple", "cyan", "teal"]});

View File

@ -829,7 +829,7 @@ $("#e14_destroy").click(function() { $("#e14").select2("destroy"); });
</div>
</article>
<article class="row" id="lifecycle">
<article class="row" id="drag_drop">
<script id="script_e15">
$(document).ready(function () {
$("#e15").select2({tags:["red", "green", "blue", "orange", "white", "black", "purple", "cyan", "teal"]});