Added test for $.find to verify bug #178
This commit is contained in:
parent
a4f25f9311
commit
f153dec20c
3
src/jquery/jquery.js
vendored
3
src/jquery/jquery.js
vendored
|
@ -1631,6 +1631,9 @@ jQuery.extend({
|
||||||
* @test t( "Is Visible", "input:visible", ["text1","text2","radio1","radio2","check1","check2","name"] );
|
* @test t( "Is Visible", "input:visible", ["text1","text2","radio1","radio2","check1","check2","name"] );
|
||||||
* @test t( "Is Hidden", "input:hidden", ["hidden1","hidden2"] );
|
* @test t( "Is Hidden", "input:hidden", ["hidden1","hidden2"] );
|
||||||
*
|
*
|
||||||
|
* @test t( "All Children of ID", "#foo/*", ["sndp", "en", "sap"] );
|
||||||
|
* @test t( "All Children of ID with no children", "#firstUL/*", [] );
|
||||||
|
*
|
||||||
* @name $.find
|
* @name $.find
|
||||||
* @type Array<Element>
|
* @type Array<Element>
|
||||||
* @private
|
* @private
|
||||||
|
|
Loading…
Reference in a new issue