https://github.com/css-tricks/jquery-organic-tabs
Click the tabs to swap out content below, but the area fluidly adjusts in size to the new content, rather than jerk up or down.
https://github.com/css-tricks/jquery-organic-tabs
Last synced: 12 months ago
JSON representation
Click the tabs to swap out content below, but the area fluidly adjusts in size to the new content, rather than jerk up or down.
- Host: GitHub
- URL: https://github.com/css-tricks/jquery-organic-tabs
- Owner: CSS-Tricks
- License: gpl-3.0
- Created: 2012-08-07T16:36:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T16:04:00.000Z (about 9 years ago)
- Last Synced: 2025-04-08T19:55:50.969Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 21.5 KB
- Stars: 34
- Watchers: 12
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: readme.markdown
- License: LICENSE.md
Awesome Lists containing this project
README
# jQuery-Organic-Tabs ([Article](http://css-tricks.com/organic-tabs/) / [Demo](http://css-tricks.com/examples/OrganicTabs/))
Have you ever seen a tabbed content area in a sidebar that was a little "jerky"? The jerkiness can be caused by a bunch of things, like the content in the tabbed areas are of different heights, or maybe the way the switch happens the current one is hidden for a brief second before the new one shows up and the content below it jumps up and back down quickly. For lack of a better term, I'm calling tabs that behave more smoothly organic tabs.