Dv Tabs 1.2

Draws tabs using small mootools dcript and CSS only. No images, just styled UL, LI and DIVs. Simple markup.

Demo



Details

Author
Dmitry Dvorkin
Current version
1.2
GitHub
dmitrydvorkin/dv_tabs
Downloads
7522
Category
Interface
Tags
Report
GitHub Issues

Releases


Dependencies

  • _self_/_current_: core/1.4.5

How to use

In head:

<script type="text/javascript" language="javascript" src="dv_tabs/dv_tabs.js"></script>
<script type="text/javascript">
window.addEvent('domready',function() {
 tab_setup();
});
</script>

In body:

    <div class="new_tabs_head">
    <ul class="new_tabs">
    <li>Tabcap1</li>
    <li>Tab caption2</li>
    </ul>
    </div>
    <div class="new_tabs_frame">
    <div class="tabdata">
    Tab1 contents
    </div>
    <div class="tabdata">
    Tab2 contents
    </div>
    </div>

Discuss

A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.

Found a bug in this plugin? Please report it this repository's Github Issues.

blog comments powered by Disqus