From ca5b83c5c9619e12827f2e92adb6e6c5708df88e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Tue, 19 Sep 2006 10:51:24 +0000 Subject: [PATCH] Added tests for children() --- src/jquery/jquery.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 5fd368a..a0d8775 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -3031,6 +3031,8 @@ jQuery.macros = { * @before

Hello

Hello Again

And Again

* @result [ Hello Again ] * + * @test isSet( $("#foo").children().get(), q("sndp", "en", "sap"), "Check for children" ); + * * @name children * @type jQuery * @cat DOM/Traversing @@ -3044,6 +3046,8 @@ jQuery.macros = { * @before
Hello

Hello Again

And Again

* @result [

Hello Again

] * + * @test isSet( $("#foo").children("[code]").get(), q("sndp", "sap"), "Check for filtered children" ); + * * @name children * @type jQuery * @param String expr An expression to filter the child Elements with -- 1.7.10.4