0x800a01b6 - JavaScript运行时错误:对象不支持属性或方法' get_id'

时间:2015-09-24 06:44:22

标签: c# jquery telerik

enter image description here

 var windowTelerikId = this.get_id();

1 个答案:

答案 0 :(得分:3)

首先,这个'是一个对象然后请尝试下面的代码

$(this).attr('id')

//or

$(this).prop('id')