Explorar o código

Listing 5.19: sub-query with find()..end().

Frederic G. MARAND %!s(int64=8) %!d(string=hai) anos
pai
achega
c8b561a45a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Chapter 5/05.js

+ 3 - 0
Chapter 5/05.js

@@ -48,6 +48,9 @@ $(document).ready(function () {
     var $clonedCopy = $(this).clone();
     $clonedCopy
       .addClass('pulled')
+      .find('span.drop')
+      .html('…')
+      .end()
       .prependTo($parentParagraph);
   });
 });