I have an input that has a knockout binding to the value.
When I update the value using jquery's .val() method, the changed value is not reflected in the viewModel.
I need to use jQuery to set this value. How can I trigger the update to the viewModel?