An open API service indexing awesome lists of open source software.

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.

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.