Questions tagged as 'html5'

1
answer

I need to make a responsive slider with thumbnail but that the proportion of the dimensions of the images is respected [closed]

I've been looking for a carousel slider with responsive thumbnail, without the images being deformed by the different sizes that I may have. I have seen several responsive bootstrap slider, but when placing images of widths and lengths different...
asked by 02.03.2016 / 00:14
1
answer

How to output an input from javascript

A help, how would the result put it in an input, to save the result in a database? To remove the div, please help function calcularEdad() { var fecha=document.getElementById("user_date").value; if(validate_fecha(fecha)==true)...
asked by 22.10.2018 / 03:16
2
answers

Send a variable of Javascript to Node.JS

I have the following in Node.JS: app.get('/datos/', (req, res)=>{ var dato1 = "Hola"; console.log(dato1) }); In my Javascript file, I have a variable that says var dato2="Mundo" . I would like to know how I can pass that value...
asked by 08.11.2018 / 01:01
1
answer

How to create an illusion of orbital rotation with a series of images in javascript

Hello friends, I need to speed up my work with some javascript tool or program that helps me to give the illusion through a series of photos (frames) that are shown frame by frame and give the illusion that while the mouse is being rotated aroun...
asked by 12.10.2018 / 22:29
2
answers

PHP color tables, rows and columns

How could I structure the following code adequately to achieve these results? I'm a bit lost with the PHP theme to "merge" with the html. If it is 4x4 it shows 16 numbers, the odd ones in green and the pairs in red. <html> <...
asked by 26.10.2018 / 14:17
1
answer

Use data-values in function .slice - JQuery

I develop a calendar, and I want to simulate the function of a "calendar range", that is, select a start date and end date, like this For the calendar, it's in an html table <div id="dncalendar-body" class="dncalendar-body"> &l...
asked by 18.10.2018 / 17:49
1
answer

Get the value of a select between multiple select in html5

I have a question, to see if they can give me a hand. I have a table with several items, each one has 1 select with 2 payment options, cash and card, what I need is that when the option is changed, I show the value of that combo that changed wit...
asked by 30.09.2018 / 22:06
1
answer

auto overflow does not work

I have a problem with a drop-down menu, when I open the sub-menu "meet and events" or "other services" (when the sample code is executed, you can not see why it is below, which leaves more evidence what is the problem with the scroll) is out of...
asked by 13.09.2018 / 18:15
1
answer

Element with flex property How to deactivate the resize width of the element?

I have a container with the display property: flex Inside the container I have several elements aligned horizontally with each other. When I change the size of the window some of the elements its width is changing for example in the elements...
asked by 30.08.2018 / 11:29
1
answer

Error when opening a Project in laravel

I'm new to laravel, I have a problem. I have a project that was passed to me from a PC and I am using it in mine. I already install the composer and install laravel, when I try to open it by php artisan serve in the direction of my project in ht...
asked by 08.09.2018 / 03:14