Questions tagged as 'html5'

1
answer

How to make a simple select search

The code to create the select is normal This is the script that is agreago in addition to thecondicion     
asked by 23.10.2018 / 19:46
1
answer

How can I call the event of an element that I am declaring in a function in javascript?

I am a bit stuck with this code and I can not find the solution, what I want to do is that when loading the sun the "loadWithParameter" function is called and generates elements from javascript and loads data from a rest api. At the end you also...
asked by 22.10.2018 / 02:32
1
answer

CKEDITOR in django, problems with tags

Hello, I have the following problem, install CKEDITOR on a website with django that I am doing, and when posting a post, the post appears on the web but with the tags visible, in this way (I leave image) How can I make these html tags...
asked by 20.10.2018 / 03:32
2
answers

Print values of an array that can vary. PHP

This is a system where I request information by inputs and I want to print the HTML tags and then just copy and paste that code. On the first screen, the user is asked for certain information to generate the for and ul tags for...
asked by 19.10.2018 / 19:46
0
answers

Scrolls move at the time of signing

I'm currently making a digital signature which when I'm going to sign it moves with the scroll I've tried several times I think it's a css problem here I have a video which I made to show the error with details link this is my html5 <s...
asked by 18.10.2018 / 21:06
1
answer

Problems in passing json values

I have the following code: $.post("php/llenar.php",{opcion: op}, function(data){ $("#valor").html(data); }); $("#valor").change(function(){ $("#valor option:selected").each(function(){ op = "valor"; valor= $(this).val()...
asked by 18.10.2018 / 21:08
1
answer

Show the product result of 2 html tags in a div tag

   Please, your support to be able to show the product of the result of   two divs in a div automatically, without pressing a button; when   we increase or decrease the values in these 2 divs, the result   it must be shown automatically in the n...
asked by 17.10.2018 / 23:33
0
answers

Checkbox data

My doubt I think is simple. I have a form with 150 records. I put a checkbox, the function is to mark which of the lines of the form are valid. this would be the checkbox code line <td><label> <input type="checkbox" nam...
asked by 15.10.2018 / 20:55
0
answers

Add time to a schedule

Good morning. I have a problem and I hope you can support me. I have to register a field in the bd let's say with 4 hours and in a field of html we will record a start time of a task, say 4:00 pm in a field type="time" and what...
asked by 16.10.2018 / 16:59
0
answers

Openlayers Uncaught SyntaxError: Unexpected identifier

Hi, I'm working with openlayers on v5.2.0, I'm showing an error, I'm showing you a screenshot. I'm guiding myself with the official page example: openlayersexample I have done the same as the example.     
asked by 20.10.2018 / 08:09