Guest User

Untitled

a guest
Oct 22nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var $reflectionTemplate = $("<div class='reflection'>");
  2.  
  3. var $reflections = $();
  4. for (var i=0; i<5; i++) {
  5. $reflections.add($reflectionTemplate.clone());
  6. }
  7.  
  8. console.log($reflections);
Add Comment
Please, Sign In to add comment