Note that there are some explanatory texts on larger screens.

plurals
  1. POI have two loops that are clashing
    primarykey
    data
    text
    <p>I have two loops that are controlling two pieces of functionality on the site I am developing. The second loop is voiding out the second and causing me to lose some vital functionality. The two loops are as follows: </p> <p>//LOOP 1</p> <pre><code>function showHide(d) { var onediv = document.getElementById(d); var divs = ['content1', 'content2', 'content3', 'content4', 'content5', 'content6', 'content7', 'content8']; for (var i = 0; i &lt; divs.length; i++) { if (onediv != document.getElementById(divs[i])) { document.getElementById(divs[i]).style.display = 'none'; } } onediv.style.display = 'block'; } </code></pre> <p>// LOOP 2</p> <pre><code>function active(clickedLink) { var links = document.getElementsByTagName('A'); for (var i = 0; i &lt; links.length; i++) { links[i].className = '' } clickedLink.className = 'active'; } </code></pre> <p>Anyways, essentially, these two loops control some hidden div's and the links that show those divs. </p> <p>The one loop is a showHide loop to obviously show and hide the div's when clicked on or rolled over, and the other is a little loop to keep the active state of the links after clicked on (the active div link will have a background color) </p> <p>The problem is that my layout wasn't ideal for the rollovers, so I removed them, no big deal right? Well now the click (click a link and it shows the div that was clicked) feature isn't working. These two loops have to be clashing, because when I delete the second loop (the function(active) one) the click feature starts working again. </p> <p>Here is my HTML: </p> <pre><code>&lt;div id="left-side-links"&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="javascript:showHide('content1');" onclick="active(this); return false;" class="link" id="link1"&gt;Healthcare&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:showHide('content2');" onclick="active(this); return false;" class="link" id="link2"&gt;Pharmaceutical Retail&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:showHide('content3');" onclick="active(this); return false;" class="link" id="link3"&gt;Manufacturing&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:showHide('content4');" onclick="active(this); return false;" class="link" id="link4"&gt;Hospitality&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div id="right-side-links"&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="javascript:showHide('content5');" onclick="active(this); return false;" class="link" id="link5"&gt;Entertainment&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:showHide('content6');" onclick="active(this); return false;" class="link" id="link6"&gt;Financial Services&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:showHide('content7');" onclick="active(this); return false;" class="link" id="link7"&gt;Oil, Gas &amp; Energy&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:showHide('content8');" onclick="active(this); return false;" class="link" id="link8"&gt;Education Government&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div id="clear"&gt;&lt;/div&gt; &lt;div id="left-side-bottom"&gt; &lt;img src="images/bottomright.png" alt="bottomright" width="" height=""/&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="right-side"&gt; &lt;div id="content1"&gt;&lt;img src="images/cookie3.png" alt="cookie3" width="462" height=""/&gt; &lt;p&gt;Plus 6’s extensive video rental options have just the solution for you. When connected to our infrastructure, you will be linked to any standards based system worldwide. system is easy. Test 1 &lt;/p&gt; &lt;img src="images/Design1b.png" alt="Design1b" width="" height=""/&gt; &lt;/div&gt; &lt;div id="content2"&gt;&lt;img src="images/casinoimage5.png" alt="casinoimage5" width="462" height=""/&gt; &lt;p&gt;Plus 6’s extensive video rental options have just the solution for you. When connected to our infrastructure, you will be linked to any standards based system worldwide. system is easy. Test 2 &lt;/p&gt; &lt;img src="images/Design1b.png" alt="Design1b" width="" height=""/&gt; &lt;/div&gt; &lt;div id="content3"&gt;&lt;img src="images/FCF_Holidays.png" alt="FCF_Holidays" width="462" height=""/&gt; &lt;p&gt;Plus 6’s extensive video rental options have just the solution for you. When connected to our infrastructure, you will be linked to any standards based system worldwide. system is easy. Test3 &lt;/p&gt; &lt;img src="images/Design1b.png" alt="Design1b" width="" height=""/&gt; &lt;/div&gt; &lt;div id="content4"&gt;&lt;img src="images/mick21.png" alt="mick21" width="462" height=""/&gt; &lt;p&gt;Plus 6’s extensive video rental options have just the solution for you. When connected to our infrastructure, you will be linked to any standards based system worldwide. system is easy. Test4 &lt;/p&gt; &lt;img src="images/Design1b.png" alt="Design1b" width="" height=""/&gt; &lt;/div&gt; &lt;div id="content5"&gt;&lt;img src="images/cookie3.png" alt="cookie3" width="462" height=""/&gt; &lt;p&gt;Plus 6’s extensive video rental options have just the solution for you. When connected to our infrastructure, you will be linked to any standards based system worldwide. system is easy. Test5 &lt;/p&gt; &lt;img src="images/Design1b.png" alt="Design1b" width="" height=""/&gt; &lt;/div&gt; &lt;div id="content6"&gt;&lt;img src="images/casinoimage5.png" alt="casinoimage5" width="462" height=""/&gt; &lt;p&gt;Plus 6’s extensive video rental options have just the solution for you. When connected to our infrastructure, you will be linked to any standards based system worldwide. system is easy. Test 6 &lt;/p&gt; &lt;img src="images/Design1b.png" alt="Design1b" width="" height=""/&gt; &lt;/div&gt; &lt;div id="content7"&gt;&lt;img src="images/FCF_Holidays.png" alt="FCF_Holidays" width="462" height=""/&gt; &lt;p&gt;Plus 6’s extensive video rental options have just the solution for you. When connected to our infrastructure, you will be linked to any standards based system worldwide. system is easy. Test 7 &lt;/p&gt; &lt;img src="images/Design1b.png" alt="Design1b" width="" height=""/&gt; &lt;/div&gt; &lt;div id="content8"&gt;&lt;img src="images/mick21.png" alt="mick21" width="462" height=""/&gt; &lt;p&gt;Plus 6’s extensive video rental options have just the solution for you. When connected to our infrastructure, you will be linked to any standards based system worldwide. system is easy. Test 8 &lt;/p&gt; &lt;img src="images/Design1b.png" alt="Design1b" width="" height=""/&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>If you have any ideas, please let me know. I'm sure it's something stupid and easy, but I'm new to javascript so I don't even really know what to search to figure it out. </p> <p>Thanks! Mike Legacy</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload