# HG changeset patch # User Atul Varma # Date 1238519135 25200 # Node ID cca5e1d8c555db409c67d02e94bf492098f54482 # Parent f44ab359f4af926fc3193afc8ca291f47c21d9c2 Added Challenge #3. diff -r f44ab359f4af -r cca5e1d8c555 index.html --- a/index.html Tue Mar 31 09:55:56 2009 -0700 +++ b/index.html Tue Mar 31 10:05:35 2009 -0700 @@ -76,6 +76,23 @@ } +
+
+

Use jQuery to make all + three boxes below fade away.

+ jQuery is + cool +
+
+

It's no coincidence that this is a lot like the last challenge.

+
+
+ function(query) { + return query.find(".boxed:hidden").length == 3; + } +
+

Sorry, this challenge doesn't exist yet. Please check back later!