Questions tagged as 'javascript'

1
answer

Send data from JavaScript to PHP, for use in FPDF

Good afternoon, I have a problem that already has me head, no matter how hard I try to solve it, I have an HTML, which I want to send data to a PHP, so that the latter process it and with the FPDF class creates a PDF file, the data will come fro...
asked by 22.06.2018 / 17:15
0
answers

hide the dropdown by clicking anywhere on the screen when the dropdown is displayed

I need to hide the dropdown by clicking anywhere on the screen when the dropdown is displayed. How can I do? Steps 1-click the label dropdown 2-Click anywhere on the screen Expected behavior The dropdown disappears Current beha...
asked by 16.06.2018 / 21:06
2
answers

Assign an Array to an input

I have to edit the details of a referral guide for which I have the following code that loads the values of the detail table <tbody> @foreach($detalles as $det) <tr> <input type="hidden" name=...
asked by 16.06.2018 / 14:08
2
answers

Display project AngularCLI in sevidor NodeJs

I have completed a project using Angular CLI and I need to deploy it to a linux server which currently has a version of NodeJs.The built project structure is the one I show below: My question is about how to get this project deployed on...
asked by 19.06.2018 / 14:41
1
answer

How to execute js file to iterate a mongo collection

I know it's a very generic question but this is a concept, I'm not sure since I've run everything, I've created a mongo collection with mongoImport and there I can find and find everything from the mongo shell, making node file.js runs line by l...
asked by 19.06.2018 / 09:41
0
answers

how to generate a charge for hours?

Performed a web service in which customers can hire people for recreational purposes, at this time I have implemented the option of PayU to make the hiring, the case is that these people who are going to be hired charge for hours and each of the...
asked by 16.06.2018 / 01:27
1
answer

Send an array of JavaScript to PHP

I'm starting in this of JavaScript and PHP, I have a problem that is already desperate, the goal is to send an array of JavaScript to a file for it to process. I have the following code in the body of my HTML <body> <table id="Tb...
asked by 21.06.2018 / 21:28
1
answer

enlarge radius of the circumference of the chart donut-chart, with chart.js

I have a graph donut chart on my page, but the line of the circumference is very wide I want to make it thinner, for that I need to know how to enlarge the radius, this is my graphic. What I want is for the blue to be thinner. This i...
asked by 21.06.2018 / 21:46
1
answer

Capture server response through ajax

Good day, I have an ajax that goes and consults something and according to the query returns me in an echo $ tipo_de_solicitud; a variable which I know is doing well because I check it by the chrome inspector (F12), the question is to receive it...
asked by 16.06.2018 / 00:08
0
answers

Error: The form to import excel dynamically (.csv), (.xlsx). It does not work for me

I am trying to incorporate this form to import csv or excel files into my system. I was guiding myself from other web pages. Import the css and js files. But it's not working. I get this error in the console:    [Deprecation] Synchronous XMLH...
asked by 15.06.2018 / 20:43