Guest User

Untitled

a guest
Jan 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. window.onload = function () {
  2. var _index = // Index of the div you want to access
  3. var _divHandle = document.querySelectorAll("div-class-name")[_index];
  4. // Do what you want with _divHandle
  5. }
Add Comment
Please, Sign In to add comment