【问题标题】:0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'get_id'0x800a01b6 - JavaScript 运行时错误:对象不支持属性或方法“get_id”
【发布时间】:2015-09-24 06:44:22
【问题描述】:

 var windowTelerikId = this.get_id();

【问题讨论】:

  • 我已经添加了下面的js文件,但错误仍然存​​在 jquery-2.1.4.min.js jquery-1.8.2.js jquery-1.8.2.intellisence.js jquery-1.8.2 .min.js

标签: c# jquery telerik


【解决方案1】:

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

$(this).attr('id')

//or

$(this).prop('id')

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-08-10
    • 1970-01-01
    相关资源
    最近更新 更多