Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $(document).ready(function() {
  2.  
  3.  
  4.  
  5. $("img").hover(function(){
  6.  
  7. $(this).css("border-outset", "10px");
  8.  
  9. });
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement