Update 5/18/2012 - the fiddles are now up-to-date with Knockoutjs.com and are using KO 2.1
Often in the Knockout.js forums, new users have a desire to play with and modify some of the live examples shown on KnockoutJS.com. Often times, I help users get their sample working in jsFiddle or make a fiddle that they can fork.
I thought that it might be useful to have links to fiddles for all of the currently available samples.
Introductory examples
- Hello world – original – in jsFiddle
- Click counter – original - in jsFiddle
- Simple list – original - in jsFiddle
- Better list – original - in jsFiddle
- Control types – original - in jsFiddle
- Collections – original - in jsFiddle
- Paged grid – original - in jsFiddle
- Animated transitions – original - in jsFiddle
Detailed examples
- Contacts editor – original - in jsFiddle
- Editable grid – original - in jsFiddle
- Shopping cart screen – original - in jsFiddle
- Twitter client – original - in jsFiddle
Tutorials
- Introduction – original - in jsFiddle
- Working with Templates and Lists - original - in jsFiddle
- Single Page applications – original - in jsFiddle or full page here
- Creating custom bindings – original - in jsFiddle
- Loading and saving data – original - in jsFiddle
I hope that these links help new Knockout users get something to play with a little faster, after they have read the documentation and completed the tutorials.