Posts by Joao Pedro • 295 points
12 posts
-
1
votes1
answer206
viewsQ: Div in graphic form
Good afternoon. I am developing a project in front-end, new experience. I need to create a "chart" in ranking format. However, the Divs start from top to bottom, I need to reverse this. How do I? My…
-
3
votes3
answers381
viewsQ: Uncheck all checkboxes by going back to the previous page
I am developing a software and I noticed a flaw: when the user returns to the previous page, the checkboxes are still marked. How I clear them all?…
-
0
votes2
answers1008
viewsQ: Returning select value with javascript/jquery
I am developing a software and I need to know which option the user selected and return in the console.log, but I have tried several functions and none worked. How do I get that return? function…
-
4
votes2
answers775
viewsQ: Enable select option with javascript/jquery
I am developing a software, but I can not enable a select. The intention is when check the select enable automatically. How do I do it? function habilitarSofa() { var radios =…
-
1
votes3
answers704
viewsQ: Background image
I’m developing HTML marketing emails, but I’m having problems in the footer, where there is a background url and in the mobile version it defaults: my code: .background-gray2-no-padding {…
-
0
votes1
answer32
viewsQ: MYSQL and condition
I need to make a select in my same database is below: select * from tbl_frete f join tbl_transportador t on f.idtransportador = t.idtransportador join tbl_cliente c on f.idcliente = c.idcliente join…
-
0
votes3
answers56
viewsQ: Problem with div positioning - CSS
I’m developing a hotsite and I’m having problems with css. How I always leave the button next to the text? .divFixa{ font-family: 'Open Sans regular', sans-serif; font-style: italic; font-size:…
-
-1
votes2
answers103
viewsQ: Manipulating array values in PHP
I’m storing an array in a Session, but I’m not able to manipulate it. How do I add all the values of the array? I tried this way: $item = $_SESSION['item']; $total = 0; foreach($item as $x) { $total…
-
1
votes1
answer76
viewsQ: Javascript update
I’m developing an accountant for Black Week. However, I have a question: will the accountant really change the date when the 21st comes? Or is it better to create 2 files and change via FTP day 21…
javascriptasked Joao Pedro 295 -
1
votes1
answer49
viewsQ: Join in the database
I am developing a software where the user selects the items from his home, selects how long not to clean them, and at the end fills a form to receive a discount by email and clean the items. All…
-
1
votes1
answer837
viewsQ: Div fixed to a certain point on the page
I’m developing a website where I have a fixed div, but when I get to a certain point, it accompanies the scroll. An example is the site https://rockcontent.com/ From what I saw, it is a script that…
-
5
votes1
answer476
viewsQ: Unsafe script
I am developing a website with 2 scripts. However when sending the site to the test area, the scripts do not load, as in the image below. What should I do to be automatically executed and recognized…