Easy Tabs 1.2 – now with autochange

A new Version of the free EasyTabs Script is available. You can now set a autochange modus to one of your menus. Accessible compact and compatible with all browsers as always.

Examples

Here are three basic examples:

Basic Infos and Features

  • Free for private and commercial projects
  • successfully tested in IE5.0, IE5.5, IE6, IE7, Firefox 2, Opera 9.2
  • if Javascript is disabled - all contentboxes are visible
  • you can navigate between the tabs with the keyboard TAB Key
  • you can easy define which Tab shoud be active @ start
  • you can easy add as much tabmenus as you want on one site
  • If you want that the tabs are changing on click and not on mouseover -> then just change the onmouseover to onclick
  • Of course you can set a link to each Menu Tab - just set the linkurl in the href and delete the onclick="return false"
  • In the Examples i've packed everything (Html, CSS, Javascript) in 1 File - but you can also put the css in an external css file and the javascript in an external javascript file. I've included one clean example in the Download Zip File below.

Code Explanation

There are 3 new Settings you can set in the javascript

//Set the number of your menu which should autochange
var autochangemenu = 1;
//Set the speed in seconds when tabs should change
var changespeed = 3;
//should the autochange stop if the user hover over a tab from the autochangemenu? 0=no 1=yes
var stoponhover = 0;

I hope this Tab Menu is useful for you, if you have questions or improvements please post a comment, thank you.

Download EasyTabs 1.2 Example Package

  Easy Tabs 1.2 (9,9 KiB, 443.280 hits)

Previous Versions of Easy Tabs

EasyTabs 1.1 (Infos here)

  Easy Tabs 1.1 (7,0 KiB, 8.660 hits)

EasyTabs 1.0 (Infos here)

  Easy Tabs 1.0 (1,2 KiB, 7.248 hits)

Joomla Plugin JooTabs by Ricardo Sousa und Andy Sikumbang


 

164 Kommentare »

20 Trackbacks

verfasst am 9. August 2008 um 8:53

Tkank you ! Very Good ! I like !

非常感谢!

-------Form China

verfasst am 14. August 2008 um 22:53

Hi, great module for joomla i like so much but i only have one problem i cant validate XHTML and it is very important to me i tried modify some reproted problems by w3.org but i can't stil..! i am not a developer i try hard to find solutions my self.
Thanks for the great module and your time

verfasst am 29. August 2008 um 21:01

i have copied the whole file in the HTML between

...

my quesiton is how can i make it work.
1. Where do i specify the content of the tabs.
2. how do i make the menu show up.

verfasst am 6. September 2008 um 15:08

I can't seem to get it to tab. What i mean is everything is there, but they are not layering themselves. It is at http://www.mobiletechmoment.com in the section called "MTM Video Reviews"

I would appreciate ANY help, thanks

J Doss

Xiao J
verfasst am 19. September 2008 um 7:05

it's great

Nick
verfasst am 24. September 2008 um 15:52

how do i set a fixed width of a tab?

Zoran
verfasst am 15. Oktober 2008 um 0:16

Great work. This is really great. Simple & Powerfull.

One question...

Is there any way to open specific tab wth link?

Let say that I have a link to the page where I have tabs. But I want when that link is clicked tab no2 to be open. Is that possible and how?

Regards, Zoran

Michiel
verfasst am 11. November 2008 um 22:38

He, nice script. But i've just one small bug.
http://www.studentencms.nl/index2.php

When you'll visit the page 'Ingredienten', it won't start with the default page = '1'

How come?

Thnx,

Michiel

verfasst am 1. Dezember 2008 um 6:22

Great! I would definitely use it at some point!
Keep up the good work.

P.

sammy
verfasst am 17. Januar 2009 um 5:08

Thank U much! I have finally found it!

from china

verfasst am 23. Februar 2009 um 14:54

Hey,

i nutze das wirklich tolle script easytabs mit greybox, aber greybox hat probleme mit dem initieren des fenster. wie kann ich das umgehen, muss ich etwas bei easytabs ändern oder die initierung selber coden wie:

Name

vielen dank schon vorab

Anon
verfasst am 23. Februar 2009 um 18:41

Do you know how I can insert a loading gif instead of letting all the content boxes load as if JS is disabled? At the moment, all of the boxes load on top of each other then they align under the tabs, I would prefer a loading gif instead.

Thanks

verfasst am 19. März 2009 um 10:07

Does anyone know why the content is layered on pageload, and when you mouse-over the first tab, it works fine:
http://www.klima-testtechniek.nl/test.php

Thanks in advance!

verfasst am 22. April 2009 um 7:06

This is the one of the best light tab script I ever found. Thank you !!!

verfasst am 7. Mai 2009 um 1:23

Matur nuwun alias Thanks..

Chris
verfasst am 27. Mai 2009 um 16:36

I have used this many times and love it. Quick and easy. Thank you so much. I have a question though, is it possible to put a few second delay on the tabs onMouseover. It just switches to easy with a rogue cursor.

Thank you again and keep up the good work.

Ross
verfasst am 5. Juni 2009 um 11:35

Hi, really great app. I would like to know, when using the .js file, how to have 3 tabs on one page and say 4 tabs on another page. The tab count is fixed : var tabcount = new Array("3") in the file.
Thanks in advance

Subir Ghosh
verfasst am 17. Juni 2009 um 17:02

I am currently using it on a test server. It is working fine except one problem.

The content of all the tabs are showing for about 5-10 seconds till such time that the page loads up fully. After the page had loaded, the display is fne.

How do I eliminate the possibility of showing the tab content while page is still loading?

Thanks Dawson.

verfasst am 17. Juni 2009 um 17:11

The tabs are loading on "onload" so the tabs are just showing up after the full page was loaded.
You could use jQuery and the $(document).ready(function(){}); to avoid this - like i do on my page.

Subir Ghosh
verfasst am 17. Juni 2009 um 18:26

Thanks :) It worked like a breeze :D

verfasst am 30. Juni 2009 um 5:45

Beautiful work man, I use this tab tool on one of my clients real estate search pages and they are extremely happy with it. Excellent work.

Jared Ritchey

verfasst am 2. Juli 2009 um 10:18

Thanks
Kral Fm
KralFm

John Stevens
verfasst am 2. Juli 2009 um 12:50

[qoute]

The tabs are loading on “onload” so the tabs are just showing up after the full page was loaded.
You could use jQuery and the $(document).ready(function(){}); to avoid this – like i do on my page.

[/qoute]

Could you please give an example (it doesn't work for me yet.

here's what I have:

window.onload=function(){
var menucount=loadtabs.length; var a = 0; var b = 1; do {easytabs(b, loadtabs[a]); a++; b++;}while (b<=menucount);
if (autochangemenu!=0){start_autochange();}
}

thanks in advance!

verfasst am 2. Juli 2009 um 15:05

Hi John,
forget the window.onload=function

include the jquery library and use:

$(document).ready(function(){
var menucount=loadtabs.length; var a = 0; var b = 1; do {easytabs(b, loadtabs[a]); a++; b++;}while (b<=menucount);
if (autochangemenu!=0){start_autochange();}
});

John Stevens
verfasst am 2. Juli 2009 um 16:26

Thanks!

It works like a charm!

verfasst am 24. Juli 2009 um 15:39

Is it possible to use multiple instances of the script on the same page?

verfasst am 24. Juli 2009 um 15:59

sorry. my mistake. i noticed the examples later. apologies.

verfasst am 29. September 2009 um 4:39

Very Very nice... most auto tabs fail in IE6 which must work for us.

Matthew
verfasst am 29. September 2009 um 21:44

I would like to have 2 rotating menus.
Thanks!
Matt

verfasst am 30. September 2009 um 8:50

Hoooiii,,,, gud ... thanks

Seite 3 von 5«12345»
Kommentar schreiben

(erforderlich)

(required but will not be published)

(if you have one)

Bild einfügen:<img src="http://www.website.com/meinbild.jpg" alt="bildbeschreibung" />


 
Produced and © by Koller Jürgen | Powered by the awesome WP | Love and Joy to everyone