Questions tagged as 'javascript'

0
answers

Help because the error 400-Bad Request, The request could not be understood?

I have three checkboxes which are shown on my screen and I want them to be selected by default when they enter my screen if their field that fills it with base has the value of 1 <inpunt type="checkbox" id="checkName1" name="checkNa...
asked by 15.10.2018 / 01:50
1
answer

I was not activated timepicker (materialize)

I have a problem I do not activate the timepicker to be able to select the time of entry and exit input <div class="input-field col s12 m4"> <input type="text" id="hora_entrada" class="timepicker" name="hora_entrada"/>...
asked by 12.10.2018 / 00:30
1
answer

Error when using the Atom server for a React.js App

   ./ src / index.css   (./node_modules/css-loader??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./src/index.css) C: \ Users \ user \ this -app \ node_modules \ autoprefixer \ lib \ hacks \ grid-template.js: 1       (function (ex...
asked by 12.10.2018 / 00:42
1
answer

Send HTML by JSON with PHP

I have this HTML that I generate with the function of php selectHorarios () <option>13:15</option> <option>13:30</option> <option>13:45</option> <option>14:00</option> That I send it with thi...
asked by 12.10.2018 / 08:25
0
answers

Help with dygraphs

I would like to know if anyone has knowledge of this library link I am trying to make some graphics with it, only that I have a small inconvenience with the format that they handle which is the following: [ [ new Date("2009/07/12"), 100, 20...
asked by 13.10.2018 / 02:02
1
answer

does not load result in the input

I'm trying to calculate hours * value hours = total to pay, but it does not show the result in the total input to be paid input <div class="input-field col s12 m4"> <select name="horas" onblur="calcula_porcentaje(this.form)"...
asked by 13.10.2018 / 04:36
0
answers

How can I match the value of a slider range to an angularj variable?

What I want is to match: the maximum and minimum value of the slide to the variable to filter filterModelMin.precio. I did it this way but it throws me an error. <rzslider rz-slider-model="slider.minValue" rz-slider-high="slide...
asked by 12.10.2018 / 22:57
0
answers

How to display the PHP error message in JavaScript?

The problem is that to get the php data, if there is an error in php it shows an error like this: What I want is to know how to show that error in the browser console. I have this snippet of code in javascript using angularjs var app...
asked by 12.10.2018 / 02:51
0
answers

Do not close the menu in mobile mode help!

I'm doing a single-page website where there are anchor points and so on that when selecting a menu option, go down to where the content is (until then everything is fine) but the menu does not close and does not let me see the information. I...
asked by 12.10.2018 / 03:50
1
answer

Link a different component per dynamically generated element

I have been trying for a long time to make a ng repeat that for each repeated element insert a component, I was inspecting with track by $ index, but I do not succeed. my code is this: html <div class="benefit" ng-repeat='benefit in $ctr...
asked by 12.10.2018 / 05:08