Sanady

JS

Oct 20th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function onMouseRoll(image){
  2.     image.src = "img/likehover.png";
  3. }
  4.  
  5. function onMouseOut(image){
  6.     image.src = "img/like.png"
  7. }
Advertisement
Add Comment
Please, Sign In to add comment