Problem with modal bootstrap - by ihtconsulting

This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Jack Richardson

  • Avatar: ihtconsulting
    ihtconsulting
    Participant
    September 9, 2016 at 11:41

    I did that

    <button type=”button” class=”btn btn-primary btn-lg” data-toggle=”modal” data-target=”#myModal”>
    + Modifica il mio indirizzo di consegna?
    </button>

    <!– Modal –>
    <div class=”modal fade” id=”myModal” tabindex=”-1″ role=”dialog” aria-labelledby=”myModalLabel” aria-hidden=”true”>
    <div class=”modal-dialog”>
    <div class=”modal-content”>
    <div class=”modal-header”>
    <button type=”button” class=”close” data-dismiss=”modal” aria-label=”Close”><span aria-hidden=”true”>×</span></button>
    <h4 class=”modal-title” id=”myModalLabel”>Modal title</h4>
    </div>
    <div class=”modal-body”>

    </div>
    <div class=”modal-footer”>
    <button type=”button” class=”btn btn-default” data-dismiss=”modal”>Close</button>
    <button type=”button” class=”btn btn-primary”>Save changes</button>
    </div>
    </div>
    </div>
    </div>

    But Modal doesnt appears when we click on the button

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 12, 2016 at 18:58

    Hello,

    Modal plugin can be included individually (using Bootstrap’s individual “modal.js” file), or all at once (using “bootstrap.js” or “bootstrap.min.js”) http://getbootstrap.com/javascript/

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.