Note that there are some explanatory texts on larger screens.

plurals
  1. POget the second td value in dynamically generated datatable
    primarykey
    data
    text
    <p>On my webpage, I have a button whose click dynamically generates a table. Each row of the table has a radio button. Now, I am trying to get the checked radio button nearest td value.. I mean the amount value..</p> <pre><code>&lt;table cellpadding="0" cellspacing="0" width="100%" class="table table-bordered table-striped "&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt; &lt;div class="checker"&gt;&lt;span&gt;&lt;input type="checkbox" class="checkall"&gt;&lt;/span&gt; &lt;/div&gt; &lt;/th&gt; &lt;th&gt;Amount&lt;/th&gt; &lt;th&gt;Agg Starts&lt;/th&gt; &lt;th&gt;Agg Ends&lt;/th&gt; &lt;th&gt;Next Renewal&lt;/th&gt; &lt;th&gt;Term&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt; &lt;div class="checker"&gt;&lt;span class=""&gt;&lt;input type="checkbox" name="checkbox" class="ads_Checkbox" value="2"&gt;&lt;/span&gt; &lt;/div&gt; &lt;/td&gt; &lt;td&gt;&lt;a class="show_hide1" href="" id="ah"&gt;1200000&lt;/a&gt; &lt;/td&gt; &lt;td&gt;15-01-2013&lt;/td&gt; &lt;td&gt;31-12-2013&lt;/td&gt; &lt;td&gt;01-01-2014&lt;/td&gt; &lt;td&gt;1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt; &lt;div class="checker"&gt;&lt;span class="checked"&gt;&lt;input type="checkbox" name="checkbox" class="ads_Checkbox" value="65"&gt;&lt;/span&gt; &lt;/div&gt; &lt;/td&gt; &lt;td&gt;&lt;a href="" id="ah"&gt;200&lt;/a&gt; &lt;/td&gt; &lt;td&gt;19-11-2013&lt;/td&gt; &lt;td&gt;19-11-2013&lt;/td&gt; &lt;td&gt;24-11-2013&lt;/td&gt; &lt;td&gt;2&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.
 

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