Note that there are some explanatory texts on larger screens.

plurals
  1. POclick the content slide up and slide down the following content?
    primarykey
    data
    text
    <pre><code> &lt;table&gt; &lt;tr class="clicke"&gt; &lt;td colspan="2"&gt; &lt;img src="images/title_.gif" vspace="0" hspace="0" width="690" height="65" border="0" alt="" /&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr class="tbl_even"&gt; &lt;td class="required"&gt;Name (First, Middle Initial, Last)&lt;/td&gt; &lt;td&gt; &lt;input type="text" name="realname" /&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr class="tbl_odd"&gt; &lt;td&gt;Birth Date&lt;/td&gt; &lt;td&gt; &lt;input type="text" name="Birth Date" /&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr class="clicke"&gt; &lt;td colspan="2"&gt; &lt;img src="images/informati.gif" vspace="0" hspace="0" width="690" height="65" border="0" alt="" /&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr class="tbl_odd"&gt; &lt;td&gt;Present Address&lt;/td&gt; &lt;td&gt; &lt;input type="text" name="Present Address" style="width:250px;" /&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr class="tbl_even"&gt; &lt;td class="required"&gt;City&lt;/td&gt; &lt;td&gt; &lt;input type="text" name="City" value="credit-application.php" /&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; </code></pre> <p>when click the <code>clicke class tr</code>, the following tr will hide with slow up untill the next <code>clicke</code> tr. when click again, the following tr content will show with slow down.</p> <p>my code:</p> <pre><code>$(document).ready(function(){ $(".clicke").click(function(){ $("tr").slideToggle("slow"); } ); }); </code></pre> <p>but all the tr are effect, which are not i want, how to determine the related tr content. thank you</p> <p>i am sorry maybe i didn't say the question clear. eg:</p> <pre><code>&lt;tr class="clicke"&gt; &lt;/tr&gt; click the tr. those tr will be show/hide &lt;tr class="tbl_even"&gt; &lt;td class="required"&gt;Name (First, Middle Initial, Last)&lt;/td&gt; &lt;td&gt; &lt;input type="text" name="realname" /&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr class="tbl_odd"&gt; &lt;td&gt;Birth Date&lt;/td&gt; &lt;td&gt; &lt;input type="text" name="Birth Date" /&gt; &lt;/td&gt; &lt;/tr&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.
 

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