<div dir="ltr">I&#39;ve been writing javascript professionally since 1996. <a href="https://github.com/RichardBronosky/resume">https://github.com/RichardBronosky/resume</a> I love to help people. Open Source software changed my life and allowed me to escape a coal mining town in Eastern Kentucky. I try to pass along the favor every chance I get. This is why I spend dozens of hours every week on forums, mailing lists, and IRC channels.<div>
<br></div><div>The recipients of help have to give some effort to help themselves as well. By choosing not to use the tools available to you, you require everyone who would contribute to you, to have to invest a much larger effort to understand, diagnose, and describe the solution. I understand that learning &quot;yet another tool&quot; like jsfiddle can seem like a barrier to a &quot;tiny problem&quot;. But you owe it to your helpers to help them where you can. It&#39;s not fair to plunge everyone back into 1996 just because you are in a hurry.</div>
<div><br></div><div>If you were to do this on the javascript/ecmascript channels on Freenode you would be warned, kicked, then banned for repeatedly refusing to follow advice. We are a much more forgiving community (when politics &amp; corporations are not being discussed) but respect is respect.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 1, 2013 at 8:27 AM, Geoffrey Myers <span dir="ltr">&lt;<a href="mailto:lists@serioustechnology.com" target="_blank">lists@serioustechnology.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">The value is taken directly from the code. It&#39;s a known good value.<br>
<div class="im"><br>--<br>From my iPhone<br>Geoffrey Myers<br><br></div><div class=""><div class="h5">On Apr 30, 2013, at 7:09 PM, Alex Carver &lt;<a href="mailto:agcarver%2Bale@acarver.net">agcarver+ale@acarver.net</a>&gt; wrote:<br>
<br>&gt; On 4/30/2013 15:58, Jim Lynch wrote:<br>&gt;&gt; On 04/30/2013 03:26 PM, Geoffrey Myers wrote:<br>&gt;&gt;&gt; InvertView(&#39;o&#39;, LinkDiv)<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Will fail.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; InvertView() loops through the arg list doing this:<br>
&gt;&gt;&gt;<br>&gt;&gt;&gt; arguments[i+1].style.display =<br>&gt;&gt;&gt; (Arguments[i] == &#39;o&#39;) ? &quot;block&quot; : &quot;none&quot;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Fails with: Arguments[i+1].style is undefined.<br>
&gt;&gt; Maybe test?<br>&gt;&gt;<br>&gt;&gt; if(arguments[i+1].style != undefined) {<br>&gt;&gt;     arguments[i+1].style.display =<br>&gt;&gt;     Arguments[i] == &#39;o&#39;) ? &quot;block&quot; : &quot;none&quot;<br>&gt;&gt; }<br>
&gt;<br>&gt; if ( arguments[i+1] != null &amp;&amp; argments[i+1].style != undefined)<br>&gt; {<br>&gt; ...<br>&gt; }<br>&gt;<br>&gt; Short circuit conditional just to be sure the object exists first before attempting to test a property.<br>
&gt; _______________________________________________<br>&gt; Ale mailing list<br>&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br><br>_______________________________________________<br>Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br><a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>See JOBS, ANNOUNCE and SCHOOLS lists at<br><a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>.!# RichardBronosky #!.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 1, 2013 at 8:27 AM, Geoffrey Myers <span dir="ltr">&lt;<a href="mailto:lists@serioustechnology.com" target="_blank">lists@serioustechnology.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The value is taken directly from the code. It&#39;s a known good value.<br>
<div class="im HOEnZb"><br>
--<br>