Posts by Jefferson Almeida • 1 point
3 posts
-
0
votes1
answer246
viewsQ: How to upload a file with PHP?
I have a function to perform file upload, where I depend on a form <form method='post' action='http://localhost/api/uploadAPI.php' enctype='multipart/form-data'><br> <input…
-
0
votes1
answer104
viewsA: How to close the bootstrap modal?
$("#cadastroCliente .close").click(); Just call the close button... I managed to resolve!
-
-1
votes1
answer104
viewsQ: How to close the bootstrap modal?
I need to close one modal by clicking on submit. He registers objects via Javascript and therefore does not refresh on the page. So far so good. The problem is that the modal doesn’t close... I did:…