diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 041b262a..c4ed21b9 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1631,6 +1631,9 @@ 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( "All Children of ID", "#foo/*", ["sndp", "en", "sap"] ); + * @test t( "All Children of ID with no children", "#firstUL/*", [] ); + * * @name $.find * @type Array * @private