Browse Source

Listing 4.6: hide second paragraph.

Frederic G. MARAND 8 years ago
parent
commit
8a364f88a0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Chapter 4/04.js

+ 2 - 0
Chapter 4/04.js

@@ -17,4 +17,6 @@ $(document).ready(function () {
     }
     $speech.css('fontSize', num + 'px');
   });
+
+  $('p').eq(1).hide();
 });