1
0
mirror of synced 2025-02-03 21:59:24 +03:00

catch up to master

This commit is contained in:
Igor Vaynberg 2013-08-12 08:43:24 -07:00
parent b5398d8b36
commit bb0757ab12
2 changed files with 10 additions and 1 deletions

@ -1 +1 @@
Subproject commit bb85b6a1f9e854202fc56e0dd1ddad8297ed89c4
Subproject commit 4dce07a431d312228b7c3582df0b518c8afb0a2a

View File

@ -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">