Questions tagged as 'html5'

1
answer

Format hours and minutes presentation of variable read from SQL

I'm starting PHP. I want to display the hours and minutes stored in a field but when I read it what it presents is something like: 01:00:00.0000000 . The SQL field is of type time (7) and the variable where I am reading is: $row["hor...
asked by 08.03.2016 / 16:07
1
answer

How to use the output tag?

I copied this example from a website but it does not work. <form oninput="result.value=parseInt(a.value)+parseInt(b.value)"> 0<input type="range" name="b" value="50" />100 +<input type="number" name="a" value="10" /> = <...
asked by 11.04.2017 / 19:43
1
answer

How to bring a JSP page to the content of a postgis query?

I have postgis with a database that I have downloaded from ibge and I need to make an application in javaweb that reads the name of a municipality and brings back the data in the svg format and displays on the screen the region passed as a param...
asked by 16.06.2016 / 03:11
1
answer

Fix footer when user scrolls to element

I'm doing a landing page that has a footer between sections, and when the user scrolls to that footer it should be fixed at the bottom. I tried to use scrollToFixed but it behaves like a header, fixed to the top. Can you change this plugin...
asked by 05.10.2015 / 15:27
1
answer

Link select does not work?

Hello everyone, good afternoon! I have the following code, which I need to form a link at the end, and display the page filtered for the client, but the link always falls in the first ID, which in this case is: Agrale. My question is: How...
asked by 05.10.2015 / 18:30
1
answer

Creating a search link?

I have a problem in a project, there are 3 product search fields and a search button. example: link I wanted as the fields were filled out, the browse button would load the link built. Example: There are 3 fields so they would look li...
asked by 26.08.2015 / 19:49
1
answer

DIV does not open in browser CHROME and IE

I'm trying to solve a CSS problem in my development: HTML: I created a responsive DIV with 1 COLUMN (GRID of 6) for a specific content section. I already put text inside this one. CSS: I created a class to stylize this DIV #s...
asked by 24.03.2016 / 11:32
1
answer

How does the async attribute of Javascript work? [duplicate]

I was reading about the async attribute, which is used in the <script> tag, and I was curious and dubious about some things. According to the W3School :    A script that will be run asynchronously as soon as it is av...
asked by 26.01.2015 / 12:44
1
answer

Audio player slows down and hangs up after playing ten songs

I'm doing a music player in jQuery / JavaScript / HTML5 and this is going well, but when it starts to play the songs + or- in the 13th track it starts to slow down the page and it fires impossible to continue without updating the page and losing...
asked by 15.09.2014 / 22:13
1
answer

Two elements with the same height with jQuery - all the time

I'm taking advantage of a gallery system that I found on the web where, depending on the proximity of the mouse image, it widens proportionally. Link: Image Gallery Well, I have adapted the code to be responsive (and as you can see it is...
asked by 06.09.2014 / 20:40