Note that there are some explanatory texts on larger screens.

plurals
  1. POsending label and text from FORM onchange radio button to table cell and sending text from textarea to table cell
    primarykey
    data
    text
    <p>i have to sent label and text from form to table cells onchange for example:</p> <p>label from <code>par03par01</code> or <code>par03par02</code> or <code>par03par03</code> input to <code>td#par03Label</code> and text from <code>p#par03par01text</code> or <code>p#par03par02text</code> or <code>p#par03par03text</code> to <code>td#par03Text</code></p> <p>and the second thing independent of the first, send text from textarea while typing from <code>#par03par04text</code> to <code>td#par03TextComments</code></p> <p><strong>HTML</strong></p> <p>RADIO</p> <pre><code>&lt;div id="par03WraperAbsolute"&gt; &lt;div class="close"&gt;&lt;/div&gt; &lt;div id="par03"&gt; &lt;form id="form03"&gt; &lt;fieldset&gt; &lt;div class="inputWraper clearfix"&gt; &lt;input type = "radio" name = "wykladzina" id = "par03par01" value = "" checked = "checked" /&gt; &lt;label for = "par03par01"&gt;Label01&lt;/label&gt; &lt;p id="par03par01text" class="formP "&gt;Text01&lt;/p&gt; &lt;/div&gt; &lt;div class="inputWraper clearfix"&gt; &lt;input type = "radio" name = "wykladzina" id = "par03par02" value = "" /&gt; &lt;label for = "par03par02"&gt;Label02&lt;/label&gt; &lt;p id="par03par02text" class="formP "&gt;Text02&lt;/p&gt; &lt;/div&gt; &lt;div class="inputWraper clearfix"&gt; &lt;input type = "radio" name = "wykladzina" id = "par03par03" value = "" /&gt; &lt;label for = "par03par03"&gt;Label03&lt;/label&gt; &lt;p id="par03par03text" class="formP"&gt;&lt;textarea&gt;&lt;/textarea&gt;&lt;/p&gt; &lt;/div&gt; &lt;div class="inputWraper clearfix uwagi"&gt; &lt;label for = "par03par04"&gt;Label04&lt;/label&gt; &lt;p id="par03par04text" class="formP "&gt;&lt;textarea&gt;&lt;/textarea&gt;&lt;/p&gt; &lt;/div&gt; &lt;/fieldset&gt; &lt;/form&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p><strong>DIV TABLE</strong></p> <pre><code>&lt;table&gt; &lt;tr&gt; &lt;th colspan="2"&gt;Title&lt;/th&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td id="par03Label" class="par03table"&gt;Label&lt;/td&gt; &lt;td id="par03Text" class="par03table"&gt;Text&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td id="par03LabelComments" class="par03table uwagi"&gt;CommentsLabel&lt;/td&gt; &lt;td id="par03TextComments" class="par03table uwagi"&gt;CommentsText&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; </code></pre>
    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.
    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