Advertisement
Guest User

Untitled

a guest
Sep 10th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.14 KB | None | 0 0
  1. $(document).ready( function(){
  2.   $("[#imageid]").on("hover", function ()
  3.   {
  4.     $("this").attr("src", "[on hover image source]");
  5.   });
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement