Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msankhala/jquerytabs
Simple jquery tabs plugin which also change the url hash with the tab id. Or add the tab id in url to directly go to that tab.
https://github.com/msankhala/jquerytabs
Last synced: about 2 months ago
JSON representation
Simple jquery tabs plugin which also change the url hash with the tab id. Or add the tab id in url to directly go to that tab.
- Host: GitHub
- URL: https://github.com/msankhala/jquerytabs
- Owner: msankhala
- Created: 2013-04-16T18:17:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-16T18:43:40.000Z (over 11 years ago)
- Last Synced: 2024-04-29T21:21:59.999Z (8 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple jquery tab plugin
Simple jquery tabs plugin which also change the url hash with the tab id. Or add the tab id in url to directly go to that tab.Add the markup like this
```html
- item1
- item2
- item3
```
And calle the tabs() function in document.ready() like this:
```javascript
$("ul#tabs").tabs("#container");
```