This was created initially as a demo. JavaScript portlet UI implemenation as a jQuery Plug-in which stores state in localstorage.
The code is still pretty rough and needs to be refactored, specs implemented fully & polished.
My goal is to restructure the directory, remove any dependencies on twitter bootstrap (rather take the form of a twitter boostrap compatible control) and also remove the depenency on jQuery sortable in favor of an approach that allows multi-column widgets/portlets.
See: http://holsee.com/portlets-with-localstorage/
- jQuery
- jQuery UI (Sortable)
- Twitter Bootstrap (responsive css & glyphs)
http://holseeui.herokuapp.com/#portlets
- any modern browser open stand-alone/index.html.
- install node.js
- npm install
- node server.
- Open http://localhost:3000.
- Open tests/spec-runner.html
- Twitter Bootstrap
- Backbone.js
- Node.js
- Express
- jQuery & jQuery UI (sortable)
- Jasmine BDD lib