Guest User

Untitled

a guest
Jan 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <img id="Image" srcset="img/my-large-image.jpg x2" src="img/my-image.jpg" width="500">
  2.  
  3. $("#Image").one("load", function() {
  4. //code
  5. }).attr("src", "img/my-new-image.jpg").attr("srcset", "img/my-new-large-image.jpg x2");
Add Comment
Please, Sign In to add comment