Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. setTimeout(function() {
  2. //fai apparire il box spiegazione corretto
  3.  
  4. $(".info-track").css({ position: "fixed", top: '100px' });
  5. $(".info-track[data-track-part='" + boxNumber + "']").fadeIn();
  6.  
  7. }, 400);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement