Questions tagged as 'html5'

2
answers

Getting data from a url

I have the url of a website, link , where I put an address and clicking the ' Search 'the site gives me the coordinates of this address, latitude and longitude, blz! I copied the code of this site and I want the search, by the coordinates of th...
asked by 04.05.2015 / 22:45
3
answers

cep - fields disabled for user

I have the following problem: The user will complete the zip code and will click on 'search zip'. A zip search will be done, and the data will be placed in the fields: public place, neighborhood, etc., automatically. It turns out that I do no...
asked by 22.12.2015 / 17:24
4
answers

Problem with Image Interchange by User Interaction in Javascript

I am developing a code for user interaction, in which he should light a lamp by hovering his mouse over it, and break it down with click on it. The iteration of hover is normally occurring, but click does not work in IE...
asked by 10.09.2015 / 21:53
4
answers

service returning result of a $ http

I'm creating a service for an AngularJS application where I should query a ws and return a value for a variable. My problem is that when I use $http I can not get this value to return, if I use a console.log() ... I do this: ap...
asked by 02.06.2015 / 21:02
2
answers

Bootstrap styles do not load

I have a website and am using Bootstrap but for some reason when I go to index.php everything works as it should, but if it is to index.php / (with the end bar) the HTML code loads more the rest, not css or js or anything.     
asked by 24.03.2014 / 18:38
1
answer

What are the max-content and min-content width values?

Recently I came across these two values for width of an element, however I did not understand how to use them and what they are for ... This is what the Mozilla documentation says, but I did not understand: max-content Th...
asked by 04.12.2018 / 12:13
2
answers

Get Radio Button value in Foreach- JS

I am trying to get the value of radio in JS using foreach foreach($produtos as $produto){ <input type="radio" id="<?php echo trim($produto->CODIGO); ?>" name="plano_ouro" value="<?php echo trim($produto->...
asked by 01.12.2014 / 12:16
1
answer

Problems with Width

Hello, I have a problem with my project, at the top of my site I want a picture and a blue block, as shown below, top http://www.mediafire.com/convkey/9b19/xrewbegj44ce1e6zg.jpg Both are inside a div # top with height: 10% and width: 100%;...
asked by 18.02.2015 / 15:05
3
answers

How to assign the selected value in a select (HTML) to a variable in php

I have a code that needs to get the value selected by the user and my code always picks the last code from the select. <?php $tipo_info = 0; echo "<fieldset>Selecione, qual o tipo da informação que deseja cadastrar.<br />"; $que...
asked by 02.07.2014 / 19:23
4
answers

media does not work

Hello, I'm trying to make the background of a section with a color on the mobile and with an image on the desktop but it does not work. I'll send the code and the print how it is. Apparently it looks right, but it does not work at all. Could...
asked by 29.08.2018 / 19:31