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