Guest User

Untitled

a guest
Oct 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. helper: function(e) {
  2. var clone = $(this).clone().removeAttr('id')
  3. var el = clone[0];
  4. el.style['-webkit-transition'] = null;
  5. return clone;
  6. }
Add Comment
Please, Sign In to add comment