Questions tagged as 'javascript'

2
answers

error when traversing array

Good I have a problem when walking my arrya, it marks me indefinitely, I have always done it like this and I have never had any problems, it is in MVC ajax function cargar_requerido(accion) { var accion = accion; $.ajax({ t...
asked by 09.10.2018 / 15:30
1
answer

fullcalendar how to generate a calendar by organizing the days

I am working with the fullCalendar library and I would like to organize the days of the week following the following pattern. That means that every hour of the day is subdivided into 3 parts. Is it possible to carry it out?. I just s...
asked by 22.11.2018 / 18:05
1
answer

When loading data from a table by going through array, enter a validation

Good and I tried to do that when I'm painting the data of a table and the condition is fulfilled instead of painting a data I put a label or a label-success so that when it is green or another color can access the , I have done it with html and...
asked by 10.10.2018 / 00:14
2
answers

How to place 2 lines in a single highcharts?

I need to place these results in a single bar that the red one is next to the green one attached to the image I am using the library of highcharts I am using the following code: chartCPU = new Highcharts.chart('graf',...
asked by 22.11.2018 / 14:13
1
answer

Create a simple slider, but with content inside

I'm creating a slider, but instead of having images inside there is a design made with 'divs'' This is the HTML: <div class="contenedor"> <div style="display:inline-block;"> <div class="col-12 animated zoomIn cu...
asked by 07.11.2018 / 20:40
1
answer

fields and url value

I have this url: http://localhost/pagina.php?grado=2&escuela=urbano I want to be able to take the degree and school fields with their values and place them in a variable called data, how can I do that, and try several ways but it marks...
asked by 07.11.2018 / 15:59
1
answer

How to make a slider page in full screen but only with one image? [closed]

I have to make a slider page in full screen but only with this image, with buttons on the side so that it moves to the next frame. I need ideas please. I can only use js and css nothing of jquery / bootstrap     
asked by 01.10.2018 / 18:13
1
answer

Error when displaying Firebase + Vuejs + ElectronJs data

I can not see data with electronJs and Vuejs from Firebase. let usuarios = mdb.ref("usuarios"); var vm = this; var user = firebase.auth().currentUser; var userid = ""; firebase.auth().onAuthStateChanged(function (user) { if (user) {...
asked by 01.10.2018 / 23:21
2
answers

Show Text and Hide text

I have this javascript and it works well in show and hide but I want it to only show what is selected but it shows in all the divs that I can do to compose that? I'm super new ... is this .. <script> alert ("Sitió Web En Desarrollo")...
asked by 17.10.2018 / 03:46
2
answers

Problem when finishing program when typing word in javascript

When I ask the question "Enter another name to check if it is found or not" when typing end, you must end the program, but it does not. What should I modify? <!DOCTYPE html> <html lang="es"> <head> <meta charset="...
asked by 17.10.2018 / 11:02