Knockoutjs: doesn't work in IE7

Please find my code in the fiddle: http://jsfiddle.net/vdcUA/55/

This doesn't work in IE7, or more specifically, IE8 compatible mode

I have used knockoutjs plugin in code.

Please suggest how to do this ...

Thanks, Naveen

+1


source to share


1 answer


It looks like IE7 requires tbody

insert / delete lines using JavaScript. Adding a tag tbody

to your table and binding the template binding to it works correctly: http://jsfiddle.net/rniemeyer/P6aDk/



+3


source







All Articles