I created a Plunker here: http://plnkr.co/edit/EWh3DI8fkckU9mKGqWhS
I am either very tired or just not able to see what's going on. This code displays "Hello World" in the text box in VS 2013 but for some reason jQuery doesn't seem to be working in Plunker. I'm new to Plunker and that's not really my question.
My question is how to get the Clear Text Box button to clear the text in the text box using a Knockout observable. I created a simple model using the Revealing Pattern and then defined the value in the text box to be an observable (using data-bind and applybindings). But setting the vm public variable after KO binding doesn't change the value in the text box.
What am I missing?