未捕获的TypeError:对象#<text>没有方法'getAttribute'</text>

时间:2013-11-08 11:08:40

标签: kendo-ui kendo-mobile

ppListView = $("#listPProfiles").kendoMobileListView({
    dataSource: this.data(),
    selectable: true,
    change: onChange,
    template: kendo.template($("#templatePPListItem").html())
});

这是代码,我收到以下错误:Uncaught TypeError: Object #<Text> has no method 'getAttribute'

我非常感谢你的帮助。

0 个答案:

没有答案