Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 12th, 2012  |  syntax: None  |  size: 2.70 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Mobile jQuery Radio Button getting data
  2. <div class="mainDivSub">
  3.                             <ol>
  4.                                 <li>
  5.                                     <fieldset>
  6.                                         <legend style="white-space:normal">The document is not scanned and does not contained scanned content.</legend>
  7.                                         <input type="radio" name="dp_1" id="dp_1a" /> <label for="dp_1a"> Yes </label>
  8.                                         <input type="radio" name="dp_1" id="dp_1b" /> <label for="dp_1b"> No </label>
  9.                                         <input type="radio" name="dp_1" id="dp_1c" /> <label for="dp_1c"> N/A </label>
  10.                                     </fieldset>
  11.                                 </li>
  12.                                 <li>
  13.                                     <fieldset>
  14.                                         <legend style="white-space:normal">Scanned content has an equivalent textual representation.</legend>
  15.                                         <input type="radio" name="dp_2" id="dp_2a" /> <label for="dp_1a"> Yes </label>
  16.                                         <input type="radio" name="dp_2" id="dp_2b" /> <label for="dp_2b"> No </label>
  17.                                         <input type="radio" name="dp_2" id="dp_2c" /> <label for="dp_2c"> N/A </label>
  18.                                     </fieldset>
  19.                                 </li>
  20.                                 <li>
  21.                                     <fieldset>
  22.                                         <legend style="white-space:normal">The language of the document was been set</legend>
  23.                                         <input type="radio" name="dp_3" id="dp_3a" /> <label for="dp_3a"> Yes </label>
  24.                                         <input type="radio" name="dp_3" id="dp_3b" /> <label for="dp_3b"> No </label>
  25.                                         <input type="radio" name="dp_3" id="dp_3c" /> <label for="dp_3c"> N/A </label>
  26.                                     </fieldset>
  27.                                 </li>
  28.                                 <li>
  29.                                     <fieldset>
  30.                                         <legend style="white-space:normal">The title and author's name is in the File Properties .</legend>
  31.                                         <input type="radio" name="dp_4" id="dp_4a" /> <label for="dp_4a"> Yes </label>
  32.                                         <input type="radio" name="dp_4" id="dp_4b" /> <label for="dp_4b"> No </label>
  33.                                         <input type="radio" name="dp_4" id="dp_4c" /> <label for="dp_5c"> N/A </label>
  34.                                     </fieldset>
  35.                                 </li>