Questions tagged as 'html'

1
answer

Passing ID by modal parameter

I have the following problem, I have a PHP $Id fault that I need to receive it in the modal to make a SELECT in the table, and fetch information in the DB. The button it is on one page, and the modal on another, and I made the include...
asked by 19.08.2016 / 01:22
1
answer

Click and show div, click again and hide

I have the following HTML <nav class="nav nav-default"> <div class="container"> <a href="#" class="nav-brand">Brand</a> <button type="button" class="nav-button"> <span class="fa fa-navicon">...
asked by 20.08.2016 / 22:42
1
answer

Video with reflection in firefox

I have the following structure that displays a video: div { height: 460px; width: 100% background: -moz-linear-gradient(top, black 0%, #020223 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, colo...
asked by 22.08.2016 / 18:37
1
answer

Generate Form by Clicking the Button

I'm making a form that when I click the Add button, I generate a new form. So far so good, but every time I make a new one, I have two selects, so when I choose some index of the first, load those options in the second. The problem is when I gen...
asked by 24.07.2016 / 16:23
1
answer

ReferenceError: ... is not defined

Hello, I'm having a problem with the JavaScript I'm using, I'm going to put the practical example I'm using, in the head of my HTML I have 3 different tag openings. follows: <script type="text/javascript" src="http://maps.google.com/maps/api...
asked by 22.07.2016 / 21:17
1
answer

Handling input date

I have an input of type date , I would like to manipulate this input, because when it is executed in iOS (phonegap app) it becomes a combo , so when I run an onChange event, there would be some way to validate if there was change and whi...
asked by 08.06.2016 / 20:43
1
answer

Test Pages within the loading pattern 5 seconds

I'm going to select a few sites to hand, to catalog and make available later and I have in mind to prioritize users using a 2G / 3G USB mini-modem on the Personal Computer (PC), in which the connection is somewhat limited. For this I need to k...
asked by 05.06.2016 / 17:47
1
answer

Input type file with pre-selected image

I have the path of an image in the ex database: admin / conteudo_admin / imagem_noticia / atletas.jpg I have this input type="file" and I wanted this image to be selected <input type="file" id="imagem" name="imagem" >     
asked by 06.06.2016 / 17:39
1
answer

Button value not appearing

I have tried chrome and firefox but nothing and neither is accusing accusing error     
asked by 05.06.2016 / 00:18
1
answer

Assign href via jquery

I have an element in my Layout and I'm trying to set the href via jquery, but it will not. The code is in my index. Here is the code: Layout <div class="three wide column dindex"> <div class="ui left fixed vertical blue i...
asked by 03.06.2016 / 19:15