catch up to master
This commit is contained in:
parent
a903b5d3c1
commit
d400e03a66
@ -247,7 +247,7 @@ $("#e10_4").select2({
|
||||
<li>Loading...</li>
|
||||
<script>
|
||||
$(function() {
|
||||
var url="https://api.github.com/repos/ivaynberg/select2/issues?state=closed&milestone=10";
|
||||
var url="https://api.github.com/repos/ivaynberg/select2/issues?state=closed&milestone=8";
|
||||
$.ajax({
|
||||
url: url,
|
||||
dataType: "jsonp"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit dc27a5b74d78c1f04306caba576c27973311424b
|
||||
Subproject commit 4a0851bce51e4e279f4bd6edb26b3940d0c2a117
|
@ -116,6 +116,26 @@
|
||||
</script>
|
||||
|
||||
|
||||
<form>
|
||||
<select id="select7">
|
||||
<option value=""></option>
|
||||
<option value="1" selected="selected">Foo</option>
|
||||
<option value="2">Bar</option>
|
||||
<option value="3">Baaaaaaaaaaaaaaz</option>
|
||||
</select>
|
||||
</form>
|
||||
<script>
|
||||
|
||||
$(function () {
|
||||
$('#select7').select2({
|
||||
allowClear: true,
|
||||
placeholder: 'Loooooong string',
|
||||
width: 'off'
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<div style="position: absolute; left:0; top:0; background: white; border: 1px solid red;" id="focus-spy">hello there</div>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user