|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | | - <title>Tabslet jquery plugin | Yet another plugin for tabs</title> |
| 5 | + <title>Tabslet jQuery plugin | Yet another plugin for tabs</title> |
6 | 6 | <meta name="description" content="Yet another plugin for tabs"> |
7 | 7 |
|
8 | 8 | <!-- STYLES --> |
@@ -56,7 +56,7 @@ <h2>A jQuery plugin for tabs</h2> |
56 | 56 | <article> |
57 | 57 | <h2> |
58 | 58 | Tabslet is yet another jQuery plugin for tabs, is compatible with IE7+, Chrome, Firefox, Safari and jQuery 1.8.1, 1.9.1, 1.10.1, 2.0.2. and |
59 | | - supports <a class="anchorLink" href="#custom_event">custom events</a>, <a class="anchorLink" href="#rotation">rotation</a> and <a class="anchorLink" href="#animation">animation</a></h2> |
| 59 | + supports <a class="anchorLink" href="#custom_event">custom events</a>, <a class="anchorLink" href="#rotation">rotation</a>, <a class="anchorLink" href="#animation">animation</a> and <a class="anchorLink" href="#controls">controls</a></h2> |
60 | 60 | </article> |
61 | 61 | </section> |
62 | 62 | <h3>Demonstration</h3> |
@@ -138,6 +138,25 @@ <h2>Rotation</h2> |
138 | 138 | <div id='tab-3'><h3>It's alive!!!</h3></div> |
139 | 139 | </div> |
140 | 140 | </article> |
| 141 | + <article id="controls"> |
| 142 | + <h2>Controls</h2> |
| 143 | +<pre data-language="javascript"> |
| 144 | +$('.tabs').tabslet(); |
| 145 | +</pre> |
| 146 | + <div class='tabs tabs_controls'> |
| 147 | + <a class="prev">previous</a> |
| 148 | + <a class="next">next</a> |
| 149 | + <span class='clear'></span> |
| 150 | + <ul class='horizontal'> |
| 151 | + <li><a href="#tab-1">information</a></li> |
| 152 | + <li><a href="#tab-2">tab</a></li> |
| 153 | + <li><a href="#tab-3">tab</a></li> |
| 154 | + </ul> |
| 155 | + <div id='tab-1'><h3>Tab 1</h3></div> |
| 156 | + <div id='tab-2'><h3>Tab 2</h3></div> |
| 157 | + <div id='tab-3'><h3>Tab 3</h3></div> |
| 158 | + </div> |
| 159 | + </article> |
141 | 160 | <!-- CONTENT BLOCK ends --> |
142 | 161 |
|
143 | 162 | </section> |
@@ -214,7 +233,7 @@ <h2>The attribute "data-toggle"</h2> |
214 | 233 | <footer> |
215 | 234 | <!-- FOOTER CONTAINER--> |
216 | 235 | <div class="footer_wrapper"> |
217 | | - <p>Built by <a href="https://github.com/vdw">vdw</a> aka <a href="http://gr.linkedin.com/in/dkrestos/" target="_blank">Dimitris Krestos</a></p><p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a></p> |
| 236 | + <p>Built by <a href="https://github.com/vdw">vdw</a> aka <a href="http://gr.linkedin.com/in/dkrestos/" target="_blank">Dimitris Krestos</a><br />Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a></p> |
218 | 237 | </div> |
219 | 238 | <!-- FOOTER CONTAINER ends --> |
220 | 239 | </footer> |
|
0 commit comments