Documentation: Replace duplicated id="lifecycle" with id="drag_drop" for the Drag and Drop Sorting example
This commit is contained in:
parent
8b7a773632
commit
fb458d2381
@ -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"]});
|
||||
|
@ -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"]});
|
||||
|
@ -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"]});
|
||||
|
Loading…
Reference in New Issue
Block a user