M
M
maestro072017-09-20 07:42:57
JavaScript
maestro07, 2017-09-20 07:42:57

Make scroll down?

<button type='button' class="btn btn-primary" data-toggle="collapse" href="#signPermissionsBlock" aria-expanded="false" aria-controls="signPermissionsBlock">всплывающий div</button>
<button type='button' class="btn btn-danger pull-right" data-toggle="modal" data-target="#deleteUserModal">Удалить</button>
<div class="collapse" id="signPermissionsBlock">
    <hr>
    <input type="hidden" name="signature" value="" id="signatureInp">
    <input type="hidden" name="x509" value="" id="x509Inp">
    <input type="hidden" name="signedxml" value="" id="xmlInp">
    <input type="hidden" name="agree" value="yes">
    <input type="hidden" name="permission_list_safe" value="[]" id="permsInp">
    <div class="col-md-3">
        <p class="text-success"><i class="fa fa-circle-thin"></i></p>
        <p>
            <input type="button" id="selectESFCertBtn" value="Выбор" class="btn btn-md btn-primary" data-keytype="SIGN" data-signtype="perms" />
        </p>
    </div>
    <div class="col-md-3">
        <p class="text-success"><i class="fa fa-circle-thin"></i></p>
        <button type="submit" class="btn btn-md btn-primary" id="sendDocumentBtn">Отправить</button>
    </div>
</div>

When you click on the button, a div pops up, but you have to scroll down to see it. how to make it automatic without scrolling?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Melnikov, 2017-09-20
@mlnkv

https://developer.mozilla.org/en/docs/Web/API/Elem...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question