0
How can run captchaMVC component by jquery?
I need some help to call captchaMVC by Jquery. In default, it needs pager refresh to check the captcha.. but I need do it without refreshing the page.
1 Resposta
0
Maybe try the setTimeout() function in JS. Here is the syntax:
setTimeout(function() {
//your code
}),
//your timeout(number in ms)