zono

Untitled

Feb 5th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $("div.module:last").after("<div class='module'></div>");
  2. $("img").each(function() {
  3.         $(this).clone().appendTo($("div.module:last"));
  4. });
Advertisement
Add Comment
Please, Sign In to add comment