1.1 DOM Manipulation in Knockout ViewModels

Anti-Pattern

In this example, we want to fade in / out a message on the last name field when the first name field changes. We decided to use .subscribe() and jQuery.

< -- Don't forget to fill this in!