I want to have a Recaptcha on a JQuery Dialog. Though the line
$("#newsletterDialog").dialog({
autoOpen: true,
modal: false,
resizable: false,
draggable: false,
width: 400
})
Will break jquery, so that
validator.Challenge = Context.Request.Form[RECAPTCHA_CHALLENGE_FIELD];
fails (I.e. some operation with a hidden field foes wrong). In addition Firefox is hanging, so I cant debug the way I am used to (I think that's not just because of that line).
Any clues? Can you provide an example page or html that we can test? I can't discern the problem simply from your description.
以上就是Problems with ASP.NET recaptcha and JQuery的详细内容,更多请关注web前端其它相关文章!