catch up to master
This commit is contained in:
parent
b5398d8b36
commit
bb0757ab12
@ -1 +1 @@
|
||||
Subproject commit bb85b6a1f9e854202fc56e0dd1ddad8297ed89c4
|
||||
Subproject commit 4dce07a431d312228b7c3582df0b518c8afb0a2a
|
@ -12,6 +12,15 @@
|
||||
<div style="padding: 10px; margin: 10px;">
|
||||
<br/><br/><br/>
|
||||
|
||||
|
||||
|
||||
<select id="tst">
|
||||
<option value="" selected="selected">Should-be-active option</option>
|
||||
<option value="1">Second option</option>
|
||||
</select>
|
||||
<script>$(function() { $("#tst").select2(); });</script>
|
||||
<br/><br/><br/>
|
||||
|
||||
<input type="text" value="tab!" autofocus>
|
||||
<input type="text" id="input">
|
||||
<input type="text" value="ooops! skipped selector">
|
||||
|
Loading…
x
Reference in New Issue
Block a user