Knockout Links
Knockout is a fairly lightweight javascript library to bind your models data to the DOM in a way that automatically refreshes. The documentation is pretty good, but there were things I had to google to improve.
- Official Dropdown Docs
- Official Collections Tutorial
- Cascading Dropdowns
- Binding Dynamic Data to Dropdowns
- Binding Initial Value of a Dropdown
- Find Object by Id in Array
- Bootstrap + Knockout Button Toggles
- Utility Functions in Knockout
- Top 10 Mistakes That KnockoutJS Developers Make
- 10 Things To Know About KnockoutJS on Day One
- Communication Between Multiple View Models