Infragistics搞笑.WebCapture错误

Infragistics ig.WebCapture Error

本文关键字:错误 WebCapture 搞笑 Infragistics      更新时间:2023-09-26
$('#btnTest').click(function () {
    var captcha = $IG.WebCaptcha.find('capWebCaptcha');
    alert(captcha.get_validationFailed());
    // alert($IG.WebCaptcha);
});

抛出以下错误:

Uncaught TypeError: $IG.WebCaptcha。查找不是函数

我从下面的URL中找到了这个例子:http://www.infragistics.com/help/aspnet/webcaptcha_captcha_validation.html

我正在遵照所提供的所有说明。有人见过这个吗,或者有人能提供一个解决方案吗?

您可以尝试使用var captcha = ig_controls获取引用。capWebCaptcha,如果控件放置在面板中,从用户控件加载等,Id可能会有所不同