Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <pre><code>&lt;div class="tabbable columns"&gt; &lt;ul id="myTab" class="nav nav-tabs"&gt; &lt;li class="active"&gt;&lt;a id="n.1" href="#declarations1" data-toggle="tab"&gt; Declarations &lt;/a&gt;&lt;/li&gt; &lt;li class=""&gt;&lt;a id="n.2" href="#hradetails1" data-toggle="tab"&gt;HRA Details&lt;/a&gt;&lt;/li&gt; &lt;li class=""&gt; &lt;a id="n.3" href="#preEmpSalary1" data-toggle="tab"&gt;Previous Employment Salary&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a id="n.4" href="#otherIncome1" data-toggle="tab"&gt;Other Income&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;div id="myTabContent" class="tab-content"&gt; &lt;div class="tab-pane fade active in" id="declarations1"&gt; &lt;p&gt;The first content&lt;/p&gt; &lt;input type="button" onclick="document.getElementById('n.2').click()" value="Next" /&gt; &lt;/div&gt; &lt;div class="tab-pane fade" id="hradetails1"&gt; &lt;p&gt;The 2nd content&lt;/p&gt; &lt;input type="button" onclick="document.getElementById('n.3').click()" value="Next" /&gt; &lt;input type="button" onclick="document.getElementById('n.1').click()" value="Previous" /&gt; &lt;/div&gt; &lt;div class="tab-pane fade" id="preEmpSalary1"&gt; &lt;p&gt;The 3rd content&lt;/p&gt; &lt;input type="button" onclick="document.getElementById('n.4').click()" value="Next" /&gt; &lt;input type="button" onclick="document.getElementById('n.2').click()" value="Previous" /&gt; &lt;/div&gt; &lt;div class="tab-pane fade" id="otherIncome1"&gt; &lt;p&gt;The 4th content&lt;/p&gt; &lt;input type="submit" value="submit" /&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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