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>
Could put the code of the complete modal and the button that makes the call, with the code
js
?– WMomesso
How about opening a jsfiddle, plunker or similar with the codes?
– Carlos Cariello
@Carlos will do it tomorrow, and I put the js code too
– ihavenokia