Posts by Campeonato Mestre • 46 points
2 posts
-
1
votes1
answer546
viewsA: $_POST without closing modal bootstrap
With this way of sending, the page refreshes completely and returns the modal to initial pattern (which is Hidden). Use jquery and ajax to give an Submit in the form. <form id="formulario"…
-
2
votes1
answer133
viewsA: TAB key navigate only in MODAL
You can use the property tabindex="-1" <div class="modal fade" id="modal" tabindex="-1"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header">…