Questions tagged as 'html5'

1
answer

Input Password - HTML5, Intel xdk, Cordova

I'm having a problem with input type="password" . On Android the input password always starts with the capital letter. How do I when I click on input the first letter is already lowercase? In IOS it works correctly. Her...
asked by 16.10.2015 / 20:40
1
answer

Save state after linking html elements

I created a question here in SOpt where my question was how to bind HTML elements in a drag and drop. The answer there is excellent and completely resolved my doubt. But now there's one more thing ... How can I save the state of these li...
asked by 24.01.2016 / 01:31
3
answers

JavaScript, save the initial values of the variables

Well, I'm doing a little code in JS , in it I need to save the initial values of my html . I have a paragraph field ( <p> ) that starts in a way, I wanted to save the initial state of this paragraph so I always compare the current...
asked by 28.09.2015 / 21:56
2
answers

I can not make a field of the form be sent to the email with phpmailer [closed]

I have a form that has a field with a (select one menu) there are some options where the user should choose only one and select it this form sends the information to my email this functionality is already working but not I can make this field ap...
asked by 28.05.2015 / 13:31
1
answer

How to add html inside a tag - popover

I need to put tags inside data-content of popover , how should I use the quotes? example: <a href="#" data-toggle="popover" data-html="true" data-content=" <div> <span onclick=alte...
asked by 11.12.2015 / 11:16
1
answer

Footer is not hidden with page content

A few weeks ago I asked a question about making a parallax effect in a footer and got the answer: Parallax in the footer But now I've made another page that I want to achieve this same effect. I followed the same steps and still not going...
asked by 07.05.2015 / 16:05
2
answers

Difficulties with slider and overflow: hidden

I have an HTML and CSS structure to make a slider, it should work as follows: The images are next to each other, however, only one appears on the screen, and because the images will be next to each other, the slider goes "spinning", snapping the...
asked by 12.07.2015 / 19:42
1
answer

Array of javascript data for PHP

Good night, for many it's easy, but I can not solve it. I have an order page which has a field with the products and the quantity of each one, when clicking add it shows in a div a preview of the orders and values. When I click to send the...
asked by 19.06.2015 / 01:01
1
answer

Contents of browser screen size

On many portfolio sites, we can see sections (usually with images) that occupy the exact space of the user's browser, such as this site here . I searched but found nowhere to perform this effect of holding multiple sections of the same brows...
asked by 01.12.2014 / 14:15
1
answer

When you open Popover [bootstrap] the screen loses focus and goes to the top

I have a query screen where I feed an html table with the database records. In one of the columns, of each line, there are some options like edit, delete, add photos and another option that opens the Popover. This Popover is Bootstrap 3 and i...
asked by 13.04.2015 / 18:34