Current date/time is Thu Nov 21, 2024 1:56 am
Magic Skills
// 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%";}}Magic Skills
- Topics
- Replies
- Views
- Last Posts
- No message.
Users browsing this forum: None
Moderators
None
Permissions in this forum:
You cannot post new topics in this forum
You cannot reply to topics in this forum
Legend