I\'ve just upgraded to 2.3.0 and now I\'m getting the error
You cannot apply bindings multiple times to the same element.
that
i had the same problem and I solved it.
var vm = new MessagesViewModel() ko.applyBindings(vm) function ShowMessagesList() { vm.getData("MyParams") } setInterval(ShowMessagesList, 10000)