Skip to content

Instantly share code, notes, and snippets.

@CableGuy67
CableGuy67 / easytab-nest-test.html
Last active December 14, 2015 09:39
1. open page, tabs are created and show correctly. Both tab containers have the data-easytabs="true" added to them. Each tab and subtab can be navigated to. Reopen page with no hashes to start. 2. click link in TAB1 that will go to the paragraph in SUBTAB2 in TAB3 3. The panel elements now contain, TAB1 - class="" style="display: none;" TAB2 - s…
<html>
<head>
<title>nested demo</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="jquery.hashchange.min.js"></script>
<script src="jquery.easytabs.mroth.js"></script>
<style>
/* Example Styles for Demo */
.etabs, .sub-etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }