Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i add more than captha in single page ? #127

Open
a7med227 opened this issue Dec 9, 2017 · 3 comments
Open

how can i add more than captha in single page ? #127

a7med227 opened this issue Dec 9, 2017 · 3 comments

Comments

@a7med227
Copy link

a7med227 commented Dec 9, 2017

No description provided.

@f7eco
Copy link

f7eco commented May 23, 2019

hi, any solutions?

@Thorn-workshop
Copy link

Thorn-workshop commented May 24, 2019

Officially it doesn't support.
Try this hack

    $('.captcha-wrapper')
        .on('click', 'img.captcha_img', function(e){
            // обновление картинки по клику
            $(this).attr('src', $(this).attr('src').split('?')[0] + '?' + new Date().getTime());
            // синхронизирование изображений всех каптч - обход ограничения одной капчи на страницу
            $('img.captcha_img').replaceWith($(this).clone());
        });

    // триггерим вручную первое обновление и синхронизацию
    $('img.captcha_img').last().click();

@Orange-Men
Copy link

The anhskohbo/no-captcha is supported this.
So I haven't see reason to not start use it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants