mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Added test to verify bug #185
This commit is contained in:
parent
f153dec20c
commit
06ef8c0689
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
@ -1631,6 +1631,8 @@ jQuery.extend({
|
||||
* @test t( "Is Visible", "input:visible", ["text1","text2","radio1","radio2","check1","check2","name"] );
|
||||
* @test t( "Is Hidden", "input:hidden", ["hidden1","hidden2"] );
|
||||
*
|
||||
* @test t( "Grouped Form Elements", "input[@name='foo[bar]']", ["hidden2"] );
|
||||
*
|
||||
* @test t( "All Children of ID", "#foo/*", ["sndp", "en", "sap"] );
|
||||
* @test t( "All Children of ID with no children", "#firstUL/*", [] );
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user