开发者_运维百科
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this questionPlease find my code in the fiddle : http://jsfiddle.net/vdcUA/55/
This is not working in IE7 or more specifically IE8-Compatible mode
I have used the knockoutjs plugin in the code.
Please suggest how to over come this ...
Thanks, Naveen
Looks like IE7 requires a tbody
to insert/remove rows via JavaScript. Adding a tbody
tag to your table and putting your template binding on it works properly: http://jsfiddle.net/rniemeyer/P6aDk/
精彩评论