I\'d like to disable a section of HTML form elements depending on some conditions. This seems to be the ideal way to do that:
<
I was able to do something similar using an observable in my model called editable and then in my input I used a data-bind="enable: editable” and this totally works in IE 7, 8 and 9.
data-bind="enable: editable”