1
0
mirror of synced 2025-02-09 16:49:24 +03:00

catch up to master

This commit is contained in:
Igor Vaynberg 2012-07-18 10:27:03 +03:00
parent 84ac3c2929
commit b8c4971856
2 changed files with 13 additions and 2 deletions

View File

@ -1274,7 +1274,18 @@ $("#tags").select2({
</div>
</div>
<input tyoe="hidden" style="width:300px" id="inp"/>
<script>
$(document).ready(function (){
$('#inp').select2({
closeOnSelect:false,
multiple:true,
query:function (query){
query.callback({results: [{id:1, text:'1rwrtwert'}, {id:2, text:'342342345234'}]});
}
});
})
</script>
<!--
<div style="position: absolute; left:0; top:0; background: white; border: 1px solid red;" id="focus-spy">hello there</div>

@ -1 +1 @@
Subproject commit ad9fac45aee04b3b91b186a539ceedb784ab242b
Subproject commit 633a6dc9012523831e232c1369fade8d1dcdd057