Guest User

Untitled

a guest
Oct 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. >>> $('<pre>foo</pre>').after('<pre>foo</pre>')
  2. [pre]
  3. >>> bla = $('<pre>foo</pre>')
  4. [pre]
  5. >>> bla.after('<pre>foo</pre>')
  6. [pre, pre]
Add Comment
Please, Sign In to add comment