https://github.com/smashingboxes/jquery.cloudbar
Generates a sidebar based upon a custom taxonomy and provides scrolling
https://github.com/smashingboxes/jquery.cloudbar
Last synced: about 1 year ago
JSON representation
Generates a sidebar based upon a custom taxonomy and provides scrolling
- Host: GitHub
- URL: https://github.com/smashingboxes/jquery.cloudbar
- Owner: smashingboxes
- Created: 2011-12-15T14:45:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-16T16:31:20.000Z (over 14 years ago)
- Last Synced: 2025-01-03T18:12:32.161Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 31
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#jQuery.Cloudbar
For dynamically generated sidebars that always work (rain or shine, har har...)
**Options**
```javascript
$("sidebar-container").cloudbar({
taxonomy : "h2", // How should the sidebar be categorized?
css : "sidebar", // Custom CSS classes
custom_labels : ["Foo", "Bar"], // Custom labels to overide the text the plugin finds
custom_list_items : "
- of the sidebar
padding : 25, // How much room from the top of the page should be spared when scrolling?
padding_initial : 0, // Some times you need the sidebar to start a a specific padding level
padding_forgiveness : 0.2, // Forgiveness with switching between initial padding and regular padding
navigation_arrows : false, // If set to true, cloudbar will add navigation arrows throughout the taxonomy
});
```