update with working sortResults example
This commit is contained in:
parent
c5c94240a4
commit
b6c3c65f2b
1 changed files with 2 additions and 0 deletions
|
@ -826,6 +826,7 @@ $("#e17_2").select2({
|
|||
|
||||
<article class="row" id="sort_results">
|
||||
<script id="script_e22">
|
||||
$(document).ready(function () {
|
||||
$('#e22').select2({
|
||||
sortResults: function(results, container, query) {
|
||||
if (query.term) {
|
||||
|
@ -842,6 +843,7 @@ $('#e22').select2({
|
|||
}
|
||||
return results;
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<div class="span4">
|
||||
|
|
Loading…
Add table
Reference in a new issue