Posts by Tecnologic Brasil • 13 points
8 posts
-
-1
votes1
answer152
viewsQ: Error Installing Gradle
Hello guys someone has seen this error when the application tries to install Gradle, be it in android studio, Ionic, React-Native, all give this same error when I try to compile the project Both…
-
0
votes2
answers87
viewsA: Postgres SELECT FROM
I managed to Solve I used the Code as follows: $sql = $pdo->prepare('SELECT * FROM "Teste"."'.$Pessoas.'"');
postgresqlanswered Tecnologic Brasil 13 -
0
votes2
answers87
viewsQ: Postgres SELECT FROM
$sql = $Pdo->prepare('SELECT * FROM "Test"." $People"'); Guys I’m trying to give a select using a variable but I need to keep the quotes because I’m working with postgres and it requires the…
postgresqlasked Tecnologic Brasil 13 -
-1
votes1
answer61
viewsQ: Add HTML with Javascript and Remain
I want it to be possible to add and then when update the page it stays saved in my HTML. .menu { width: 100%; height: 70px; background-color: #56B8BD; max-height: 70px; } .menu ul li { float: left;…
-
0
votes4
answers9348
viewsA: Put an IF in CSS
you can solve with javascript: var contador = 1; function divGrande(){ document.getElementById("minhaDiv").style.width = "400px"; } function divPequena(){…
-
-1
votes1
answer520
viewsA: html2canvas Image in div
I don’t know if this code helps you a little it captures the image I just didn’t put the download function. <!DOCTYPE html> <html> <head> <meta charset="utf-8">…
html2canvasanswered Tecnologic Brasil 13 -
0
votes0
answers363
viewsQ: Screenshot Capture (Map)
Guys I put a map on my site and I want to make a button that generates a png image when clicked on it, I used html2Canvas but when I click it can not save the image of the map. Code used:…
-
0
votes0
answers31
viewsQ: Sortable with Z-index
People I’m wanting to use this function that Jquery provides but increasing it: Jquery function: $(function() { $("#sortable").sortable(); $("#sortable").disableSelection(); }); #sortable {…