Posts by Joao Torres • 139 points
10 posts
-
2
votes1
answer31
viewsQ: ATTR passing _Blank
The code below redirects to another page, but I would like it to be in another browser tab, so I used _Blank. but it does not go to another tab. Could someone tell me where I’m going wrong? Thank…
jqueryasked Joao Torres 139 -
2
votes1
answer35
viewsQ: repetition of content informed by . html()
I inform through JQUERY the link to open a video in a modal <video width="100%" height="400" id="vid_video" controls="controls" style="padding: 0 10px 0 10px"> <!-- AQUI DENTRO VAI O…
-
1
votes2
answers24
viewsQ: loop to get date
Hello guys, I have a boleto Bancario system. I need to perform a card, but I am not able to execute the strtotime function correctly to generate the maturity. =\ <?php $parcelas =11; $now =…
phpasked Joao Torres 139 -
2
votes1
answer174
viewsQ: Good Practice Object Orientation
I have a class called clients. I have 2 methods called verificaCPF() and queryInsert(). Both methods when it makes the instruction it gives a return (is working normal). My question is whether this…
-
0
votes2
answers597
viewsA: error: failed to open stream: No such file or directory in
I went online and found: <?php include(dirname(__FILE__) . "/includes/topo.php"); include(dirname(__FILE__) . "/includes/menu.php"); ?> Still, it makes the mistake: failed to open stream: No…
phpanswered Joao Torres 139 -
0
votes2
answers597
viewsQ: error: failed to open stream: No such file or directory in
I am organizing the folders of a little Bill that I am doing here. however I have a big problem. Thank you guys! . listarMotos.php function __autoload($classes) {…
phpasked Joao Torres 139 -
0
votes1
answer108
viewsQ: Picking variable coming from foreach
I’m breaking my head on a problem. I hope you help me please. I’m listing all the records in the database. I need to get the line id as the click goes. I’m only getting the first line ID, when I…
phpasked Joao Torres 139 -
1
votes1
answer411
viewsQ: Show/Hide jquery
I have a table that shows values coming from the database. Below the line I am trying to run a div to use the toggle() function of jquery. I don’t know what I’m doing wrong, because when I click it…
-
0
votes2
answers134
viewsQ: Problem with the notify plugin
I’m having a little trouble viewing the plugin notification when the form runs. The form itself is perfect. What I understand is that when it will appear not from time and the notification closes…
-
2
votes1
answer92
viewsQ: Drop-down menu with bootstrap
I’m studying bootstrap. Precisely, a menu. and I was confused because it is not repeating the dropdown again. However only in 1 "LI" specific. Thank you! CSS HTML: <div id="sidebar-nav"…