i tried to search on web and knockout's documentation but could not find where and how. Is there event when knockout has updated/added a data on your view?
i need to run some java script after the data has been updated/added by knockout. i don't seem to find a built in event that is triggered when knockout is done doing data updates on the view.
any ideas?