Questions tagged as 'html5'

0
answers

Read console.log entry in javascript

I am trying to capture the data entry through console.log without using node js. But jump the readline error is not defined. Some other method or where I have the error, I wanted to ask before asking but everywhere they use node I think that for...
asked by 10.09.2018 / 14:45
2
answers

You can not turn off Input using JavaScript

Friends a help, I can not deactivate input , I tried both ways: $('input[name=txtApepaterno').val("prueba"); $( "#txtApepaterno" ).prop( "disabled", true ); document.getElementById("txtApepaterno").disabled = true; If it fills me but...
asked by 06.09.2018 / 19:42
1
answer

how to close an open div window with scrool without returning to the top scroll?

An initial apology, I am an apprentice and I have made an effect that I want to implement on my website, I have created a DIV that is opened by sliding the scroll down, the DIV presents a video, which I wish can be manually closed to the end of...
asked by 04.09.2018 / 21:50
1
answer

pass parameters of evnto onclick to javascript function

//Obtener los permisos asignados al usuario $permisosAsignados = $permisos->listarPermisosMarcados($cedula,$id_item); //mostramos los permisos si estan o no marcados while ($reg = $permisosAsignados->fetch_object()){ $html = '<li>...
asked by 28.08.2018 / 00:32
0
answers

Jump between inputs with a specific class

I have the following code to jump between inputs that have clase amount with the key enter , this function I assign it to the inputs when I create them at the level of javascript . Neither the focus nor th...
asked by 28.08.2018 / 16:26
1
answer

Select value in select and add selected value to input

The idea is that you can select certain values in an input and that the selected value is added to an input. If you select 100 for example in the input you must add 100, then if I select another value for example the 200 should remove the value...
asked by 26.08.2018 / 17:30
2
answers

Sort array that brings all the elements in another array and classify the values

I do not see any way of asking it in a technical way, so I will be supported with images. I have an array which I get in a request in Laravel 5.6 that contains the following values: The idea is to pass them to another array so that they...
asked by 23.08.2018 / 19:01
1
answer

How to implement search method with Ajax and JQuery

I tried to implement a simple search method with ajax and Jquery, to search for entities "FitnessGoal" which are created by the user. Try to implement it by myself but when searching does not return anything, are my ajax code and method correct?...
asked by 21.08.2018 / 20:35
0
answers

How to create a Countdown timer that shows the time remaining between two dates

I am trying to create a timer that indicates the time that remains between the start of a date (StartDate) and the end of a date (FinishDate). The entity FitnessGoal has a beginning and an end, that is, their respective startdate and finishd...
asked by 21.08.2018 / 16:05
2
answers

Frontend with Json

I'm a newbie in the web world (Html5), I'm taking my first steps. I ask for my apologies and please your understanding. I need to make a web page with front end with the following characteristics: _No need to develop backend (JAVA, PHP, Et...
asked by 22.08.2018 / 12:43