Jelajahi Sumber

Listing 5.20: stripping tags with text().

Frederic G. MARAND 8 tahun lalu
induk
melakukan
337fec6593
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      Chapter 5/05.js

+ 1 - 0
Chapter 5/05.js

@@ -51,6 +51,7 @@ $(document).ready(function () {
       .find('span.drop')
       .html('…')
       .end()
+      .text($clonedCopy.text())
       .prependTo($parentParagraph);
   });
 });