Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. let section_ids = [
  2. 'rec120166404', 'rec120379298', 'rec120379001',
  3. 'rec120387459', 'rec120388580', 'rec120389597',
  4. 'rec120397717', 'rec120395827', 'rec120394004',
  5. 'rec120392676', 'rec120391643'
  6. ];
  7.  
  8. let wrapper_id = 'wrapper';
  9.  
  10. let divs = new Array();
  11.  
  12. function main() {
  13. section_ids.forEach((elem) => {
  14. divs.push(document.getElementById(elem));
  15. });
  16. }
  17.  
  18. document.addEventListener("DOMContentLoaded", main);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement