Firefox does not open modal Bootstrap

Asked

Viewed 195 times

1

I have the following HTML code:

         <div class="col-sm-4 col-md-4 col-lg-3 empresa-button">
              <button data-toggle="tooltip" data-placement="bottom" onclick="setReturnURL('link');" title="" class=" btn btn-default" data-original-title="mensagem">
                   <span data-toggle="modal" data-target="#LoginContainer">
                                            Ver detalhes da empresa
                   </span>
              </button>
         </div>

Everything works well in Chrome, but in Firefox I can’t open the modal with the click on <span>

  • 3

    Could put the code of the complete modal and the button that makes the call, with the code js?

  • How about opening a jsfiddle, plunker or similar with the codes?

  • @Carlos will do it tomorrow, and I put the js code too

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.