Questions tagged as 'javascript'

2
answers

Problems with angular select 5

I have this page html <div class="row"> <div class="col s12 m6"> <div class="card"> <div class="card-content black-text"> <h6><strong>Server</strong></h6>...
asked by 07.05.2018 / 00:34
2
answers

reduce question

I have the following code but I do not see clearly why acc[student.name] and , {} of the end, with numbers I see it but I do not understand why [] to access the student when I thought it would be with . : var s...
asked by 07.05.2018 / 16:01
0
answers

Dynamic progress bar in ASP.NET with Javascript

I have this bar: #myProgress { width: 100%; background-color: #ddd; } #myBar { width: @Model.avance%; //El avance lo cargo de una variable que me traigo de sql height: 30px; background-color: #007bff;...
asked by 08.05.2018 / 14:52
2
answers

How to know the value of an array

I recently left a code about how to create dynamic ids in a while cycle. Now I have this other doubt. <?php $i=1; $n=1 while($fila=$consulta->fetch(PDO::FETCH_ASSOC)) { $this->empleados[]=$filas; $Filas = consult...
asked by 08.05.2018 / 14:21
0
answers

webapi cshtml capture value in input

HELP, estimated a favor in which way I achieve that when I click on the button called update in the first input I capture the id, <html> <head> <title>Vehiculos</title> <link href="~/Content/bootstra...
asked by 07.05.2018 / 08:18
0
answers

Can you create docm files with javasacript from jsp?

I have a web page that shows the data of a server in tables format. The idea is to save these tables in a master document. Each table being a different document. So far everything works for me. What happens to me is that when you download the...
asked by 07.05.2018 / 07:56
0
answers

Problems generating correct graphics with php, google charts and Postgresql

Currently I am trying to show through a graph the query of a record in postgresql from php but I can only show one of the fields consulted. For example I want to show the total of packages sent by a mail office in total was received by the post...
asked by 21.05.2018 / 15:23
0
answers

qr code in php

I have been trying to create a QR code reader in php, I have seen tutorials and blog, I have tried with the following code: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <!DO...
asked by 06.05.2018 / 17:46
1
answer

How can I limit the elements in a FlatList in React Native?

I'm trying to limit the elements, in this case the posts, I just want to show 4 posts. My Code: componentDidMount() { return fetch(ConfigApp.URL+'json/data_posts.php') .then((response) => response.json()) .then((responseJs...
asked by 05.05.2018 / 22:16
1
answer

No access to function with addEventListener

Making a call with javascript using addEventListener to a create user function, this function does not show the alert. Why are not you accessing the function? Thanks formu.php <form action="crear.php" method="post"> <div class="...
asked by 04.05.2018 / 21:16