Questions tagged as 'html5'

2
answers

Show alert or error message on mobile

I have a site, and it has the registration and when the registration already exists it shows an alert saying this (this alert I did in js, but it was inside the php), but when I put the page to be mobile, the alert does not appear, how do I post...
asked by 07.12.2017 / 13:36
2
answers

Blank spacing does not leave the html document

Well, I've looked for several solutions like: *,html{ margin: 0; padding: 0;} / body, html{ margin: 0; padding: 0;} , but none solved the blank spacing solution on the page, follow the code Follow the html: <!DOCTYPE html&...
asked by 21.11.2017 / 14:36
1
answer

Add dropdown to menu

Hello everyone. I'm having a little problem adding a dropdown to my menu. I'm using bootstrap and I've checked how to do it. But in mine, the class is different and when I mute, the structure of my menu also changes. I would like to know how to...
asked by 21.11.2017 / 12:24
1
answer

It is possible to edit the style of the input date html 5

I use this calendar <input type="date"> I researched it but so far I have not found anything about its css formatting. I wanted to know if it's possible to customize it and how I can do it. If there are other calendars...
asked by 06.12.2017 / 17:18
0
answers

Popover does not work when added dynamically by jquery

I have a div with a lot of information and a popover (Bootflat). When I add via jquery another equal div, the new popover of the new div does not work. (the div is formatted correctly and the popover code is also correct) Below, the 1st tr...
asked by 19.11.2017 / 18:55
0
answers

Link does not work in Chrome when I apply CSS

I have the following code. In IE the link works normally, but in Chrome it does not. When I change the "nav-menu" to something else the link works. <nav id="menu"> <ul id="menu-nav"> <li class="current"&g...
asked by 14.11.2017 / 19:44
1
answer

Follow-up of visualization (pop up)

Hello, I'm having a question about HTML, I need to control how often a pop up pops up, it's scheduled to open every time a computer starts. I need to throw this data into an excel (because of workplace guidelines), every time it opens on t...
asked by 10.11.2017 / 14:56
1
answer

How to assign the value of a TempData ["Test"] or ViewBag.Id to an html input?

I would like to know how do I get the value of my tempData variable and put in an html input, in value maybe ... could anyone help me? Code below: <div class="container-fluid"> <form method="post" style="margin: 0 auto; padding...
asked by 16.11.2017 / 00:03
1
answer

Downloading Images

I have the following code: <section class="margem-base-80 coluna sombra-suave" id="recipiente-topo"> <h1 class="margem-topo-50 recipiente letra-branca">Gerar QRcode gratuitamente</h1> <main class="em-linha" id="main-in...
asked by 15.11.2017 / 19:03
1
answer

Send more serialized form via AJAX?

I want to serialize my form, and send other variables. Is it possible? Example: var id = "1"; function register(){ $.ajax({ method: "post", url: "meu_script.php", data: $("#form").serialize(), //Aqui eu queria passar a variáv...
asked by 10.11.2017 / 01:33