I wanted to use Twitter's Bootstrap Popover's to let the user know they need to enter values into each of the form's inputs. On top of Knockout's Validation, I decided to create a custom Knockout binding that allows me to check if the Knockout observable is valid and either show or hide the popover with [...]