Questions tagged as 'javascript'

0
answers

tableData [] [] with an id

Good morning, I have the following function: function a(scene){ b = a.tableData[a.rowIdx][0]; } This what you do is get the data from a table in the row that you click but in column 0. I would like to know if you can change column 0 to an...
asked by 15.09.2017 / 13:49
0
answers

Popover is deleted

I have a problem. I have a button that when clicked, opens a popover. but when I remove the mouse from the button, the popover goes blank, does anyone have any idea why?     
asked by 18.08.2017 / 23:15
1
answer

Fill web forms from Chrome console

I have a web form that I have to fill in from the "Chrome" console. In the text boxes I have no problems. Use for example: txtNombre.value='nombre'; But in the list boxes of select I do not know how I can select an option from the co...
asked by 18.08.2017 / 15:35
1
answer

html loaded on a div is not recognized by jquery

I had a problem creating a web page, I do not know for what reason it happens I hope you can guide me to solve this problem It happens that the page has an asynchronous load function using jquery on a div to get the html and load it into the...
asked by 18.08.2017 / 15:22
1
answer

canvas and MySQL DB

I am trying to develop a small application for the management of users of a clinic, and I am faced with a problem and it is as follows. This clinic has to make its patients sign a sheet of paper, which is the data protection law in Spain and to...
asked by 17.08.2017 / 10:35
1
answer

Download PDF in HORIZONTAL format of DataTable?

Greetings, I'm trying to download a PDF file that generates the DataTable but I download it in vertical format and it looks bad, I need it horizontally Does anyone know how? <?php $TIPO_BUSQUEDA = $_POST["TIPO_BUSQUEDA"]; fu...
asked by 23.08.2017 / 04:07
1
answer

Execute a Javascript from code-behind .net 4.5

I am developing a management process to a database from a webservice and since the process takes more than 20 minutes I need to show the user messages in a <textarea> in a part of the page, without updating the page for this place...
asked by 23.08.2017 / 18:56
2
answers

Problem with jquery in a select

I am using the model MVC with PHP v7. , HTML5 and SQL server 2008 , I have a page where I display a certain list and for each record I have a button to update.  Pressing the button calls a function in JS , which t...
asked by 04.09.2017 / 16:06
0
answers

How can I find a data in the bdd and show it in a form and everything related to that data?

I need to create a data search engine for a specific table in the database, so I used a RUT to display all the data of that client in a form, I was trying to do it in JS, PHP and it does not work.     
asked by 04.09.2017 / 19:27
1
answer

How to route node express to a page with several sections in the html?

Example: [ link When routing like this, var express = require('express'); var home = require('./routes/home'); var bloqueuno = require('./routes/bloqueuno'); var bloquedos = require('./routes/bloquedos'); var bloquetres = require('...
asked by 22.08.2017 / 17:12