Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <div class="my-class">
  2. <h1>Hello</h1>
  3. </div>
  4.  
  5. <div class="my-class">
  6. <img src="smiley.gif" alt="Smiley face" height="42" width="42">
  7. <h1>Hello</h1>
  8. </div>
  9.  
  10. $('div.my-class').after('<img src="smiley.gif" alt="Smiley face" height="42" width="42">');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement