Note that there are some explanatory texts on larger screens.

plurals
  1. POtoggle tr of table not working
    primarykey
    data
    text
    <p><a href="http://alachiq.ir/samples/table/" rel="nofollow">Here is my demo code</a></p> <p>I want to disable <code>td</code> with this content 'CLICKING MUST BE DISABLE' and clicking on 'CLICK HEAR 1' works correctly but is not working 'CLICK HEAR 2'</p> <p>JQUERY:</p> <pre><code>$("#chart tr:odd").addClass("odd"); $("#chart tr.odd").click(function() { $(this).next("tr").toggle(); }); </code></pre> <p>HTML:</p> <pre><code>&lt;table id="chart"&gt; &lt;tbody&gt; &lt;tr class="odd"&gt; &lt;td height="25" width="200px"&gt;&lt;b&gt;TABLE 1&lt;/b&gt;&amp;nbsp;&lt;/td&gt; &lt;td colspan="6"&gt;CLICKING MUST BE DISABLE&lt;/td&gt; &lt;/tr&gt; &lt;tr class="odd"&gt; &lt;td style="padding-right: 30px;" width="100px"&gt;&lt;/td&gt; &lt;td style="background-color: rgb(237, 237, 237);" width="200px"&gt;CLICK HEAR 1&lt;/td&gt; &lt;td height="25"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr style="display: none;"&gt; &lt;td&gt;&lt;/td&gt; &lt;td colspan="4"&gt; sssss&lt;br&gt;sssss&lt;br&gt;sssss&lt;br&gt;sssss&lt;br&gt;sssss&lt;br&gt;sssss&lt;br&gt;sssss&lt;br&gt;sssss&lt;br&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr class="odd"&gt; &lt;td height="25" width="200px"&gt;&lt;b&gt;TABLE 2&lt;/b&gt;&amp;nbsp;&lt;/td&gt; &lt;td colspan="6"&gt;CLICKING MUST BE DISABLE&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="padding-right: 30px;" width="100px"&gt;&lt;/td&gt; &lt;td style="background-color: rgb(237, 237, 237);" width="200px"&gt;CLICK HEAR 2&lt;/td&gt; &lt;td height="25"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr class="odd" style="display: none;"&gt; &lt;td&gt;&lt;/td&gt; &lt;td colspan="4"&gt; sssss&lt;br&gt;sssss&lt;br&gt;sssss&lt;br&gt;sssss&lt;br&gt;sssss&lt;br&gt;sssss&lt;br&gt;sssss&lt;br&gt;sssss&lt;br&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; </code></pre>
    singulars
    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.
    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