Posts Tagged ‘tabs’

6May

Tabs Widget plugin for WordPress now available

A new release by ilovecolors in CodeCanyon: a plugin for WordPress to display recent posts from three different categories or tags in rotating tabs displaying featured images if they are available.

Read more

Tags: , ,

26Aug

Multiple instances of jQuery Tabs

Multiple instances of jQuery Tabs

Back in April 3rd, 2009, I wrote a small script to create tabs with jQuery. Many readers liked its simplicity and asked for some more features, like the ability to automatically rotate between each tab and those were into the second incarnation of the tabs. Many more asked through the comments or by email about the posibility to include multiple instances of the rotating tabs and that’s what this release is about. Read more

Tags: , , , ,

26Jun

Why tabs on top were neccesary on Firefox 4

Why tabs on top were neccesary on Firefox 4

The team working behind Firefox 4 published a video explaining the interface design decisions that led to put the tabs on top of the sidebar. The layout popularized by Google Chrome and was later adopted by Opera has a lot of benefits for the upcoming Firefox 4.
Read more

Tags: ,

8Dec

Creating Rotating Tabs using jQuery

Creating Rotating Tabs using jQuery

Some time ago I wrote an article about creating some tabs using jQuery, the Javascript library. One of the readers asked if I could devise a way to “add a code that will automatically and continuosly go to the next tab even without clicking on the tabs?”. Well, here it is. In addition to the rotating tabs, we also need to take care of the behaviour when the user actually clicks on a tab by stopping the cycling behaviour on the desired tab. Finally, we will also highlight the selected tab both in the cycling mode and when the user clicks on a tab. Read more

Tags: , , , ,

3Apr

jQuery Tabs made easy

jQuery Tabs made easy

The other day I needed to create a block (or widget) with tabs, so I started checking different jQuery based tab solutions but they were all very large for what I needed. Most of the jQuery based tabs I found had a lot of functionalities to fulfill everything you need, but they end up being quite large, bloated and complex. I wrote this small jQuery dependant code to create my own tabs widget and thought you could find it useful. Read more

Tags: , ,