Guest User

Untitled

a guest
Jun 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. setTimeout(function(){
  2. for (i=1; i<11; i++){
  3. console.log("i is ",i)
  4. $(element).css({"border-color":"#900000"});
  5. $(element).css({"padding":origpadding*(i)+"px"});
  6.  
  7. }
  8. }, 500);
Add Comment
Please, Sign In to add comment