Get dynamically inserted HTML to work with knockoutjs Get dynamically inserted HTML to work with knockoutjs jquery jquery

Get dynamically inserted HTML to work with knockoutjs


You have to call this function after insert dynamic HTML element

ko.applyBindings(viewModel, elementContainingDynamicContent)

Example here http://jsfiddle.net/rniemeyer/FCN5p/