Guest User

Untitled

a guest
Jul 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $(seletor).hover(
  2.  
  3. function(){
  4. // função do mouseenter (quando o mouse "entra", passa por cima)
  5. }
  6. ,
  7. function(){
  8. // função do mouseleave (quando o mouse sai de cima)
  9. }
  10.  
  11. );
Add Comment
Please, Sign In to add comment