Posts by Gabriel falieri • 83 points
11 posts
-
-1
votes1
answer42
viewsQ: View path cannot be displayed in Yii
Good afternoon. I am learning the development of the YII PHP framework I’m following a tutorial, in which the person shows how to create the route and how to create it. I created my controller…
-
0
votes1
answer213
viewsQ: Multiple calls to modal bootstrap
Good morning. By clicking a button, this button calls a modal, whose call happens twice, and I can’t understand why this call is coming twice as you can see in the following picture. Call of the…
-
0
votes2
answers147
viewsQ: Does not work when pressing certain sequence of buttons, with js and html
Good morning, stack overflow. I’m going through a strange problem, I don’t even know how to describe it. Basically I have the 2 screens below I am creating a form, where it will be necessary to…
-
2
votes1
answer415
viewsQ: Click on multiple lines
I need to take all clicks of a generated html in a select. I have the following structure: <tr class="pesquisar" data-idlocalidade="<?php echo $linha['IDLocalidade']; ?>"> <td…
-
3
votes3
answers145
viewsA: Avoid editing in the field
By default, the disabled is not sent to the form. I believe the solution is to make a readonly same as mentioned above.
-
0
votes0
answers592
viewsQ: Pick up content from a captcha or fill out external website form
Good morning, stackoverflow people. I’m going through a problem that I don’t see the light for. I have the following situation: I’m going through a portal, and this portal, I needed to send…
-
1
votes3
answers150
viewsQ: Value loses content as soon as it exits ajax
When I try to take value out of ajax, it loses value because? var url = window.location; var id = url.toString().split("=")[1]; var nomeResponsavel = "",nomeEmpresa = ""…
ajaxasked Gabriel falieri 83 -
0
votes0
answers70
viewsQ: Error while retrieving json information with ajax
I am making a JSON request, which returns the results, but not on the date, but on the ajax error. var url = window.location; var id = url.toString().split("=")[1]; var msg = ''; $.ajax({ type:…
-
0
votes2
answers127
viewsA: Code only returns me the first row of the table referring to the patient ID
<?php require 'conexao.php'; // Recebe o id do exame do exame via GET $id_exames = (isset($_GET['id'])) ? $_GET['id'] : ''; // Valida se existe um id e se ele é…
-
1
votes2
answers3281
viewsQ: How to get json data from php with javascript
I have a question, how to rescue the values, which are transformed into json, into javascript? I think it’s a more elegant way to communicate both. I’ve been seeing a lot of gossip on the internet.…
-
0
votes0
answers47
viewsQ: Recover link generated by an ajax
Good morning guys. I’m sending data to the other domain, using ajax + php. Only I need to make this generated link open, so they can send the data of the site, because of captcha. $.ajax({ url:…
ajaxasked Gabriel falieri 83