Questions tagged as 'html5'

2
answers

How to configure URL to centralize object

I made a navbar that when clicking on an item it redirects to the same page for a div that has the id attribute, but the site stays navbar over the text <li> <a href="#Especialidades">Especialidades</a> </li> Isi...
asked by 30.10.2017 / 22:32
2
answers

Get the value of a string within a PHP variable

$a = " A=1 B=2"; I need to use echo in $a and display the value of B. I do not want to use array. It's because I'm going to create a column in the database where it will house all the active options. And I do not want to have the...
asked by 30.12.2017 / 23:37
1
answer

How to make all the characters stay in the same height

I want to put all the elements of a div at the same height as in this image: Somineislikethis: MyHTML:<divclass="banner"> <div class="container"> <div class="conteudo-banner"> <h1>Kerline</h1>...
asked by 20.10.2017 / 19:02
2
answers

Open app google maps via link by ionic 3

I need to make a link that opens google maps external app on android and ios (apple maps) that opens with a marker in a certain coordinate. So far, through the research I found something similar to the one presented here: iOS (launching Apple...
asked by 23.10.2017 / 15:50
2
answers

Correctly pick which div was clicked

I have some divs: <div class="filter__filters tamanho"></div> <div class="filter__filters preco"></div> <div class="filter__filters cor"></div> I'm trying to get which was clicked, like this: $j('.filte...
asked by 13.10.2017 / 15:06
2
answers

I can not add value in Array

I want to add the name entered at the prompt into an array and display the names in a table but when adding it it displays the null value in the table. var nomes=[]; var indice=[]; var i=1; window.onload=function(){ do{...
asked by 29.09.2017 / 00:09
2
answers

CSS with custom list-style-type in awesome fonts

How can I alert the list-style-type bullet to a fontawesome icon? <!DOCTYPE html> <html> <head> <title>Page Title</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome...
asked by 24.01.2018 / 19:31
2
answers

Keep focus on main page

I have a page being my main screen, when selecting a value and clicking the button it will call another page that I chose, it opens in the form of PopUp. I need this PopUp to open without the focus on it, that the focus will continue on this...
asked by 12.01.2018 / 20:21
1
answer

Getting HTML5 Validation Errors

Is it possible to catch the event from a validation error of html5 in javascript ?. For example, the user did not enter a field, where it is marked as required , when it tries to send the form will generate an error popup of html...
asked by 24.09.2017 / 22:21
1
answer

Problem with javascript code

I have a problem with javascript, but for lack of language knowledge. Javascript: <script> function PlayerRoduzir(id) { var id; change("https://api.xxxxxx.com/tracks/" + id +".mp3"); var button1 = d...
asked by 25.09.2017 / 00:53