// Get the elements with class="column"var elements = document.getElementsByClassName("forum");// Declare a loop variablevar i;// List Viewfunction listView() {for (i = 0; i < elements.length; i++) {elements[i].style.width = "100%";}}// Grid Viewfunction gridView() {for (i = 0; i < elements.length; i++) {elements[i].style.width = "50%";}}

General Information

   
  • General Information 110
    All the guidance you will need can be found here, with rules to keep you on track and guides to ensure you get there successfully. Read through these carefully before being a proper contributor to our community.
    Monster Roll
    Tue May 24, 2016 6:59 pm
    «Cardinal System» View latest post


  • Stats
    Sat May 28, 2016 9:40 pm
    «Cardinal System» View latest post

  • Announcements, Updates, News and other important things will be posted in this section. Only staff members can post topics here, members are permitted to reply however.



  • New posts New posts
  • No new posts No new posts
  • Forum is locked Forum is locked