Questions tagged as 'html5'

1
answer

How to join grid with bootstrap

I am using bootstrap for a web page, I used a grid with two columns to place a slider and a video in a horizontal way which I want to put together, but I have a detail between slider and the video is I have a space and I want to join them Thi...
asked by 22.06.2018 / 17:18
4
answers

I can not get registration id in a html table with javascript

I have the following code document.querySelector("#resultado").addEventListener("click", function(event){ var id= $(this).find("tr").html(); alert(id); }, false); }); but I can not get t...
asked by 15.05.2018 / 20:38
1
answer

How can I implement the has-error class as it appears in the image by jquery

$(document).ready(function() { $("button").on("click", function() { //Variables para evaluar el ingreso de datos var username = ($('#username').val()); var password = ($('#password').val());...
asked by 13.05.2018 / 10:16
1
answer

I do not recognize the css for IE

I am trying to create some CSS for IE since there are several things that are out of line with me and when I create the CSS, I do not recognize the CSS and it does not do anything to me HTML <link href="/Content/site.css" rel="stylesheet...
asked by 12.03.2018 / 09:49
1
answer

Get messages from properties file in select Spring label

I'm internationalizing a web application where I have a select with two options <td><form:label path="rol">Rol</form:label></td> <td><form:select path="rol"> <form:...
asked by 23.03.2018 / 09:58
1
answer

Convert text to date

Hi, I'm working with materialize css, and obviously JS, I want to convert a string whose format is this: Mar 12, 2018 I want to convert that to Date so I can store it in the DB as Date.     
asked by 12.03.2018 / 08:13
1
answer

Why does not the transition work in this example?

Why does not the rotation transition work? what am I doing wrong? #circulo { position: relative; width: 15%; padding-bottom: 15%; background-color: rgba(255,255,255,1.00); border-radius: 50%; } #subcirculo1 { position: absol...
asked by 22.02.2018 / 23:23
1
answer

Div and Responsive Content

Requirement Create a responsive div, that is, change the size of the content but the location is exactly the same, in my case, that changes the size of the bus and at the same time the size of the heads, maintaining the location. In this...
asked by 01.03.2018 / 14:19
1
answer

Redirect a web page

I tried to redirect my server-mounted page to    192.168.xxx.xxx a    192.168.xxx.xxx:8080/web/ using window.location window.location.href document.location document.location.href windows.location.replace(...
asked by 19.03.2018 / 06:02
1
answer

shine 3D effect css

Hello community a few days ago I saw a 3D type effect on some cards of the following web page: link I would like to know how to get the effect that the cards have at the time of moving the mouse.     
asked by 09.02.2018 / 21:13