I’m trying to integrate knockoutJS variables to a Jquery-UI, so to update my UI when a knockout observable changes, I need a way to call a function when observable changes.
I want to set my own call back function so if my observable variable changes this call back function need to be called automatically.
I’m trying to integrate knockoutJS variables to a Jquery-UI, so to update my UI
Share
You can call the subscribe function on a observable, giving it the callback function to be called when the observable changes.