Guest User

Untitled

a guest
May 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $("#divImagePickerContainer").children().click(function()
  2. {
  3. $("#currentImage").fadeOut("slow",switchImage);
  4.  
  5. $("#currentImage").fadeIn("slow");
  6. });
  7. });
  8. switchImage = function()
  9. {
  10. debugger;
  11. img.src = this.parentUrl;
  12. }
Add Comment
Please, Sign In to add comment