Questions tagged as 'html'

1
answer

Image of collapse opening duplicate

I recently managed to solve a problem of putting an image and when I clicked on it, it became another, and when I went to pass the code to the other collapses, it happened to me: Collapse closed on Collapse3(Step3)openonly When I click...
asked by 25.10.2018 / 22:57
0
answers

Python Tornado dynamic html

(en) I am doing some test in python with tornado, I am trying to pass some code to html from python, follow th code: (en) I'm doing some tests in Python with the library become, I'm trying to pass part of the HTML code by the python code, fol...
asked by 13.10.2018 / 04:34
0
answers

load an html form with location data when clicking on a google maps address

How do I click a street in google maps to load a html form with the following data: address, neighborhood, city, state, zip, latitude, longitude. I have seen an example in the api of google maps where the marked is dragged and it goes loading th...
asked by 13.10.2018 / 02:52
1
answer

Scroll inner content div with Ionic border

How do you make the inner content of a specific div have scroll when the text is larger than the area? I was suggested using the following code: html: <ion-content id="contrato"> <div class="main"> <d...
asked by 15.10.2018 / 22:57
0
answers

Calling HTML snippet in JavaScript

I'm using Django FrameWork for an application that searches videos on youtube. But there is an excerpt from JS, which calls an html where you "embed" the searched video. And I'm not sure how to create this route in Django. JS looking for the...
asked by 16.10.2018 / 01:08
0
answers

Behavior img srcset tag for use of responsive images

Hello, I'm using the html tag <img srcset = "imagem.jpg, 400w, imagem1.jpg, 300w" sizes="(max-width: 300px) 300px,(max-width: 959px) 400px"> In browsers Edge and Mozilla, works perfectly, the image is selected according to the...
asked by 15.10.2018 / 23:56
0
answers

Make an android bar appear when a particular page in the site loads

I have a website, and wanted it when the user entered a certain page, android displayed a bar. My application uses too much webview, is this possible? I saw this in a project I worked on, but I have no idea how they used it. Is it possible to ma...
asked by 14.10.2018 / 19:50
1
answer

Return the Array with green value. When the button is clicked, return the value immediately above the button

Return an array with each green value on page load (show on console). When the button is clicked, return the value immediately above the button. <!DOCTYPE html> <html lang="pt"> <head> <meta charset="UTF-8...
asked by 14.10.2018 / 16:37
1
answer

Input field selection with JQuery

Alright? Can you give me a help related to the selection of text entered by a user on a form? I have tried some solutions that I found here, but they did not work. I've also tried different approaches with pure Javascript, but I was not succe...
asked by 22.10.2018 / 00:24
0
answers

How to detect collision in simple game in html, javascript?

<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>Jogo</title> </head> <body> <canvas id="jogo" width="1000" height="600" style="border: #000 solid 1px;"> </c...
asked by 15.10.2018 / 00:53