Guest User

Untitled

a guest
Apr 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $('#myDiv').fadeIn('fast').effect("highlight", { color: "green", mode:"hide" }, 5000);
  2.  
  3. $('#myDiv').fadeIn('fast', function() {
  4. $(this).effect("highlight", { color: "green", mode:"hide" }, 5000);
  5. });
Add Comment
Please, Sign In to add comment