Questions tagged as 'html5'

1
answer

Open modality of confirmation before sending

I want to open a modal to confirm if you are sure to perform the action, but send it directly as I solve it? I have several links href = 'envaluacion / primera' the first string and the first word is changing is dynamic $('.envios')...
asked by 09.04.2018 / 06:48
1
answer

Thousands separators

I have the following structure. function agregarDetalle(idarticulo,nombre) { var cantidad=1; var precio_compra=1; var precio_venta=1; if (idarticulo!="") { var subtotal=cantidad*precio_compra; var fila='&l...
asked by 03.02.2018 / 17:52
1
answer

How to request GPS data in Android Studio

I have created an html page in which I show a map , the page opens well in the pc browser In Androdi Studio with a clase Fragment I show the page from the webview , but unlike the pc browser that shows the page if I want to sh...
asked by 01.02.2018 / 20:19
1
answer

How to make the last "click" on an option that is in a for ()?

The variable ${window.nombre} is a global variable that contains the id of a magazine, but it is not selected when I click the button of the magazine, it always brings me to the last value of select . $.ajax({ url:'MODEL/...
asked by 11.01.2018 / 06:18
1
answer

How to make the page to be loaded by a menu just below the menu

I would like to know how I can make the page that loads for a menu go out just below this. I leave an image to see how I get. As you can see the page that is loaded should appear just below the menu. This is the menu code <...
asked by 13.01.2018 / 04:39
2
answers

Problem with background slideshow JQUERY

Hello good day I have a problem with the installation of this plugin. Here is the tutorial I'm using: vegas And that's how I got it: $(document).ready(function() { var imagecollection = [{ src: 'https://i.stack.imgur.co...
asked by 15.03.2018 / 15:34
1
answer

How to fill select with javascript php and jquery?

I would like you to help me with the doubt I have <head> <meta charset = "UTF-8"> <title>Formulario de registro</title> <link rel="stylesheet" href="../css/reg.css"> <script src="../js/llenar.js...
asked by 28.12.2017 / 19:42
3
answers

paste header and footer in several pages [duplicate]

Hello community, today I have a problem, I'm optimizing my business website so it's easier to work and I thought of including a header in all the pages, importing it from the html document the problem is that I do not know how to do it and s...
asked by 15.01.2018 / 02:21
2
answers

Increase number with jquery and localstorage

I am using localstorage and getTime , to receive the time and save it in localstorage and then calculate if 1 minuto has passed and update localstorage and display a text in div . (I clarify that this is f...
asked by 07.01.2018 / 15:01
3
answers

Why do not you show me the custom error?

I'm trying to run this custom error when typing but I do not get it window.onload = function(){ var cedula = document.getElementById('cedula'); cedula.oninput = Numeros; } function Numeros(){ var cedula = document.getElementByi...
asked by 01.01.2018 / 04:23