Zozo Tabs - Documentation
Thank you for purchasing our software and becoming one of our valued clients. This document is provided to you to help you get started with our software.
For extended documentation and API refference check http://zozoui.com.
We appreciate our clients and look forward to receiving feedback from you. Please don't forget to rate it!
© 2013 Zozo UI is a project by FariDesign
More Live Demos | Extended HTML documentation | Contact Us | Facebook
Table of Contents
A) Unzip and place
- 1Unzip the contents of the file which you downloaded from codecanyon.net.
- 2Place zozo.tabs.min.css in the directory css/ of your website or project.
- 3Place z-tabs-icons.png and loading-image.gif in the directory img/ of your website or project.
- 4Place zozo.tabs.min.js and jquery.min.js
Zozo Tabs/
├── css/
│ └── zozo.tabs.min.css
├── img/
│ ├── z-tabs-icons.png (Mobile)
│ └── loading-image.gif (AJAX)
└── js/
├── jquery.min.js
└── zozo.tabs.min.js
You should have the above directory structure for website/app. Please note: Most site already includes jQuery. If your site already includes jQuery or jQuery Easing plugin, do not include them and remove it from above includes. If you want to know how to include and use the new flat themes, read the following article: How to use Flat Themes.
B) Installation
Installing Zozo Tabs is very easy and straight-forward.
Simply add the following link and scripts tags with your proper paths and paste the following code within the <head></head>
tags of your HTML document.
<link href="/css/zozo.tabs.min.css" rel="stylesheet">
<script src="/js/jquery.min.js"></script>
<script src="/js/zozo.tabs.min.js"></script>
You are now ready to use Zozo Tabs in your website or poject.
The final step is to activate our Tabs. Zozo Tabs is very easy to use and very flexible becuase we can activate it using jQuery selector like any other plugin, but we can also activate it using HTML5 data attributes. That means no JavaScript/jQuery skills are required. Just use one of the method below C or D.
More Tutorials
That's it! Soon will come more tutorials for detailed summaries of how to create more complex Tabs on www.faridesign.net and www.zozoui.com
To get notified about our other product updates or my new releases, like our Facebook Page, follow us on Twitter or join our email newsletter (unsubscribe at any time, MailChimp powered). We would love to see zozo ui in action! Please don't hesitate to send us live link, any info, screen shots, etc. showing it to us. We would be more than happy to add a link to zozoui.com or on our codecanyon page to your website.