How can run captchaMVC component by jquery? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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.

18th Nov 2020, 11:28 AM
Moosa Kalanaki
Moosa Kalanaki - avatar
1 Resposta
0
Maybe try the setTimeout() function in JS. Here is the syntax: setTimeout(function() { //your code }), //your timeout(number in ms)
19th Dec 2020, 8:26 AM
Philipp Makarov
Philipp Makarov - avatar