Guest User

Untitled

a guest
Feb 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. var tempNodeList = document.getElementsByClassName("grids");
  2.  
  3. tempNodeList[b].style.opacity = 0
  4.  
  5. var tempNodeList = document.getElementsByClassName("grids");
  6. tempNodeList.forEach(elm => {
  7. elm.style.opacity = 0;
  8. })
Add Comment
Please, Sign In to add comment