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

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

我真的很感谢你的帮助。

4

0 回答 0