@selector said in как управлять ползунком:
@Fox не ето неефективно. Вопрос куда перетаскивать меняю атрибут value и он идет куда надо
Ну ситуации разные бывают, я показал альтернативу
<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
как правильно поменять атрибут в этом коде?
@кот said in Recaptcha2 как вставить токен ответа:
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"
Если без js то просто заменить style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;" на style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none;"