Questions tagged as 'html5'

1
answer

Block past weeks in input week

I want to block the past weeks to the current one in an input type week so that they are not selectable. I already appreciate the help! Greetings.     
asked by 23.10.2018 / 21:36
2
answers

Make a request get to a web page with Javascript, "error no 'access-control-allow-origin' header [duplicate]

I need to use the get method with pure javascript or with jquery to get the information I do not care if it takes the whole body of the page or just the JSON data, try in several ways and it never works for me I always get the < strong> "error...
asked by 09.08.2018 / 20:15
1
answer

Because my table does not acquire both commands overflow-x e and

I'm using Bootstrap 3 , so I use container , row and c ol-md-5 , ... I do not know why, but I can not even set a height to the table. p> <div class="container"> <div class="row"> <div class="card col-...
asked by 03.08.2018 / 17:18
1
answer

Capture F5 and Execute Function

I'm doing a project with jQuery (Ajax y Json especificamente) , where the data I add to my document with JavaScript for which the pages do not have url, and if I do F5 all the data are erased, I try to capture the F5 a...
asked by 18.07.2018 / 00:28
1
answer

Error showing div with jQuery

I started using bootstrap and I realized that JQuery is used, and I started to program a bit with this library the subject in question, it does not work a validation that reigates. <form method="post" id="ingresar" > <in...
asked by 28.07.2018 / 19:54
1
answer

There is no element taken by querySelector

When I execute the following code, it does not call textContent because it tells me that 'myTitle' does not exist. var miTitulo=document.querySelector("h1"); var miBoton=document.querySelector("button"); console.log(miTitulo); functio...
asked by 16.06.2018 / 09:09
1
answer

Sesgar div with css

Good morning, I have been investigating a bit about how to do the following, but what I have found although it is similar to what I want to achieve is not exactly what I am looking for, what I am looking for is to skew a div and that the result...
asked by 23.08.2018 / 18:28
1
answer

How to resolve the compatibility of web browsers so that my page displays all styles in all browsers?

What happens is that I have my page seen with bootstrap, CSS, HTML5 and jquery. What happens is that when I visualize my page in google chrome it looks perfect but I see it in IE and the styles do not look the way they look in crhome, also some...
asked by 11.06.2018 / 19:22
1
answer

add a constant to a string -php

I would like to know if it is possible to add a constant String to another String . Let me explain; I have a cycle that calls me 'X' number for a series:    53148 The first three numbers are a series of fecha 06 and th...
asked by 07.06.2018 / 03:52
1
answer

The title appears in the body

I have the following code: *{ background: gray; display: block; } body { text-align: center; } #reproducir { width: 720px; margin: 20px auto; padding: 5px; background: #999; border: 1px solid #666; border-radius: 5p...
asked by 09.06.2018 / 06:17