(IE)使用jquery加载函数为挖空模板加载外部html

时间:2013-08-29 09:55:01

标签: jquery internet-explorer knockout.js

下面的小提琴在Chrome和Firefox中运行良好,但不适用于IE 9

http://jsfiddle.net/2HxPp/37/

     $('#person-template').load('/echo/html/', {
        html: '<h3 data-bind="text: name"></h3><p>Credits: <span data-bind="text: credits"></span></p>'
    }, function() {
//nothing happens in IE
        ko.applyBindings(vm);
    });

如何修复此问题?感谢。

0 个答案:

没有答案