ppListView = $("#listPProfiles").kendoMobileListView({
dataSource: this.data(),
selectable: true,
change: onChange,
template: kendo.template($("#templatePPListItem").html())
});
これは、次のエラーが発生しているコードです: Uncaught TypeError: Object #<Text> has no method 'getAttribute'
.
本当にありがとうございました。