Knockout: Updating the ViewModel
Please see my other JavaScript articles. Using Knockout.js to dynamically bind events to fields. In most web applications, the user drives the business process being invoked. Therefore, it’s necessary to allow them to “fire” events in order to provide the desired functionality. To illustrate how to integrate an event, I will begin where my last…