https://github.com/datashaman/kopanels
Knockout-based panels, using an observable as the current page. Uses jQuery UI widgets, and Asual Address plugin.
https://github.com/datashaman/kopanels
Last synced: 12 months ago
JSON representation
Knockout-based panels, using an observable as the current page. Uses jQuery UI widgets, and Asual Address plugin.
- Host: GitHub
- URL: https://github.com/datashaman/kopanels
- Owner: datashaman
- Created: 2013-10-20T10:48:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-20T18:37:24.000Z (over 12 years ago)
- Last Synced: 2025-02-06T05:43:46.474Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
koPanels
========
Knockout-based panels, using an observable to store the current panel's ID.
Examples speak louder than words. Open test.html in a browser.
The URL overrides and sets the observable value in the model.
If no URL hash value is specified, the model's observable
value decides what panel is shown.
Setting the models' observable value sets the URL via the address plugin,
which triggers the show of the correct panel.
Uses jQuery, KnockoutJS, jQuery Address plugin and the widget scaffolding of jQuery UI.