Forgot to merge in some of the new tests from Sizzle.
This commit is contained in:
parent
cc66e6affe
commit
4694e537bc
2 changed files with 8 additions and 1 deletions
|
@ -112,6 +112,13 @@
|
|||
<input type="text" id="idTest" name="id"/>
|
||||
</form>
|
||||
<table id="table"></table>
|
||||
|
||||
<form id="name-tests">
|
||||
<!-- Inputs with a grouped name attribute. -->
|
||||
<input name="types[]" id="types_all" type="checkbox" value="all" />
|
||||
<input name="types[]" id="types_anime" type="checkbox" value="anime" />
|
||||
<input name="types[]" id="types_movie" type="checkbox" value="movie" />
|
||||
</form>
|
||||
|
||||
<div id="fx-queue">
|
||||
<div id="fadein" class='chain test'>fadeIn<div>fadeIn</div></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue