Questions tagged as 'javascript'

0
answers

I do not take the javascript form

Well my problem is that I'm on a page called formulario.php and I take the form obviously because it is html but what is javascript does not take it and I would like to know a way to take that code in php and to perform the functions that...
asked by 18.06.2018 / 02:29
1
answer

How to change variable data in glDatepicker?

Good morning community of programmers, I have a problem and it is the following, I have the following code: $(document).ready(function(){ $('#mydate').glDatePicker( { showAlways: false, hideOnClick: true, allowMont...
asked by 17.05.2018 / 17:10
0
answers

Reverse Geolocation

I wanted to know how it could be printed in the following input text: document.getElementById('btn-geo').addEventListener('click', function() { geocodeLatLng(geocoder, map, infowindow); document.getElementById('txt-ubicacion').value =...
asked by 07.05.2018 / 16:04
0
answers

GetOrgChart.js to create a Supply Chain

I have a question, I am trying to create a supply chain on a php page something like this , where on the left side I have the suppliers of a company and on the right side the clients of that company, My goal is to show this data with its re...
asked by 06.05.2018 / 22:21
2
answers

How do I get the texbox id when the focus is on

I am carrying out a validation to many text fields, these are dynamic. My question is how can I know the name of my text box with the focus method, something like this. Document.getElementById("focus...") Could it be possible?     
asked by 07.05.2018 / 18:37
1
answer

is there any way in which javascript identifies if the html object is a select or an input?

I am developing a tool on a web page that has several forms for filling information, my query is if it is possible with javascript to differentiate between a select or an input. I appreciate the help     
asked by 08.05.2018 / 13:41
0
answers

How to reduce the loading time between videos

I'm doing a project in which you have to randomly load several videos and audios and then play back, this does it well and everything, the problem is the moment of load between video. When you finish playing a video this shows the white backgrou...
asked by 07.05.2018 / 22:53
0
answers

Boost for mp3 audio with javascript

I'm trying to play this sound link 5 times higher, but I can not: document.getElementById("myaudio").volume = 5; setTimeout(function(){document.getElementById("myaudio").play();},1); setTimeout(function(){document.getElementById("mya...
asked by 22.05.2018 / 14:42
0
answers

Print the days of the month with javascript?

I'm trying to create a calendar with Javascript to refresh, well I have a question. Currently I get every day of every month with the following method. function daysInMonth(month, year) { return new Date(year, month, 0).getDate(...
asked by 21.05.2018 / 19:18
2
answers

Check that each element of an array is equal to the other. Javascript

I'm with an existential doubt. I have a function, which must return true in case each element of an array is equal to the other. I have an arrangement with five elements that constantly change, and every time a new element is set, the func...
asked by 03.05.2018 / 03:06