ppListView = $("#listPProfiles").kendoMobileListView({
dataSource: this.data(),
selectable: true,
change: onChange,
template: kendo.template($("#templatePPListItem").html())
});
这是代码,我收到以下错误:Uncaught TypeError: Object #<Text> has no method 'getAttribute'
。
我非常感谢你的帮助。