Questions tagged as 'html5'

1
answer

Google map in HTML

I'm putting together an HTML template and in it I want to add the google map, checking I require a google API key. The question is: am I going to sell that template, is there any way to show the map without using my personal KEY API (without...
asked by 17.07.2018 / 02:00
0
answers

Problems with Scrollmagic

I am putting together a model where I have to make an effect on a section like the image I attach. The idea is that the box that appears at the beginning is positioned on the side of the second section and magically change to a form. nothing eas...
asked by 13.07.2018 / 21:20
1
answer

I do not take the ajax fields

this is the error    index_for_we.html: 42 POST    link 400 (Bad   Request) (anonymous) @ index_for_we.html: 42 dispatch @ jquery.min.js: 3   r.handle @ jquery.min.js: 3 index_for_we.html: 60 You saved this item   {response_key: "c23603c2230...
asked by 18.07.2018 / 22:17
0
answers

A Datalist element of html5 connected to a rest service is not displayed on the first click, it requires a second click

I have a datalist who gets the options of a rest service. At first the datalist does not have the options, it is empty. When you click on the element (1st click - focus) you get the values for the options but the datalist is not displayed, it is...
asked by 13.07.2018 / 16:48
1
answer

Filter a list with more than 5000 records

Hello, how come today I ask for your help, the question is that I have to filter a list with more than 5000 records, the bad thing is that when entering text this takes a long time or in the worst case is blocked. My code is as follows. <ht...
asked by 10.07.2018 / 02:27
3
answers

How can I pass data from one page to another using ajax

                   </head> <body> <form action="llega.php" method="post"> <input type="text" name="fecha" id="fecha"> <input type="text" name="direccion" id="direccion"> <input t...
asked by 11.07.2018 / 08:21
0
answers

Problem when updating a record

When I want to update I get 3 tables that say    notice: undefined variable: user in c .... My code is as shown below: if(isset($_GET['cve_agregar'])){ $cve_agregar = $_GET['cve_agregar']; } if(isset($_GET['usuario'])){ $usuario...
asked by 19.07.2018 / 17:24
2
answers

how to print div side by side with a foreach?

I have the following problem. I have this php code function consultPro() { $db=Conexion::conectar(); $sql=$db->query("SELECT producto.id_producto, producto.nombre, producto.id_categoria, datos_producto.precio, datos_product...
asked by 16.07.2018 / 02:30
1
answer

How to change the incoming side of the modal overlay animation Css JS HTML

I have this code, I just need to make the modal enter the right side of the screen (right - left) the way it does on the contrary CSS .overlay{ height: 100%; width: 0; position: fixed; z-index: 1; left: 0; top: 0; background-color:...
asked by 07.07.2018 / 08:18
4
answers

How to avoid generating PDF twice?

after having problems generating the PDF using Firefox to test the code. I generate a pdf using a button inside a form. using the following code. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> &...
asked by 09.07.2018 / 22:20