Questions tagged as 'html'

0
answers

Javascript - Get Filepath from Google Docs

Good afternoon everyone! Maybe someone has already worked with Google docs (g-suite) and can give an idea with this problem. The company will migrate from office to g-suite, so all documents and spreadsheets will be online. We have a pr...
asked by 20.07.2018 / 19:46
1
answer

How to swap contents of a div using javascript?

I'm trying to create a script to replace everything inside a div with something predefined, I'm new to javascript and I'm having trouble finding a solution for this, I've looked in various places, but I have not achieved anything. I am callin...
asked by 20.07.2018 / 17:34
0
answers

Logical Doubt Generation of rounds Laravel

I have a championship management system in Laravel. The system works perfectly, but I am having problems generating rounds, I need that regardless of the number of groups registered, the system can generate the championship rounds, I am doing th...
asked by 19.07.2018 / 14:53
1
answer

How to calculate and display the result of an operation, taking the data of a form, and sending the answer on the same page below the form? [closed]

<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <title>Calc PHP</title> </head> <body> <div> <form method="post" action="index.php" id="form">...
asked by 20.07.2018 / 16:26
2
answers

How to remove specific DIV with javascript?

Hello, I have a database of academic information; I need this field to be duplicated and removed, but when I remove only the first DIV and deleted; I use the javascrip below, when the person clones the field appears the 'X' to delete, but if it...
asked by 19.07.2018 / 18:27
1
answer

Vertical scrollbar

My site has a scroll bar just below Footer. #main { display: -ms-grid; display: grid; grid-template-areas: "header header" "nav nav" "content aside" "footer footer" "privacidade privacidade"; } #main is an id that I put...
asked by 17.08.2018 / 00:08
1
answer

Table with spacing at mobile / tablet resolutions

Developing an email marketing, I came across spaces (approximately 1px) that appear between the columns but this spacing only appears at resolutions smaller than 980px. The code was generated through the Fireworks software and had some modifi...
asked by 16.08.2018 / 20:45
1
answer

Close modal when click away

I have a modal that when clicking outside it would like it to close. For issues with position issues, I'm using data-backdrop=false My modal: <div class="bd-example"> <button type="button" class="btn btn-primary" data-toggle...
asked by 18.07.2018 / 15:43
1
answer

JavaScript - window.innerHeight - Safari Browser

The window.innerHeight does not work in the Safari browser. When I scroll on the page and the element arrives at a certain place on the page, it adds a class to HTML, in all other browsers that code works. However in Safari I could not make t...
asked by 26.08.2018 / 22:57
1
answer

Thymeleaf passing 2 parameters to URL

Good evening guys, I have the following problem: I'm trying to pass 2 parameters to the URL using Thymeleaf, but I'm not able to retrieve the value of the variable "name" to pass the second parameter. Note: Euconsigo pass the page numbe...
asked by 26.08.2018 / 00:12