Questions tagged as 'javascript'

0
answers

Show checkbox selected at the top of the table

I have a table in which I can select several rows by selecting several checkboxes using JQuery and filling the table dynamically, what I need is that each time I select a checkbox it is shown at the beginning of the table. I would like to hav...
asked by 28.06.2018 / 21:59
0
answers

Array processing, Objects, javascript

I have the following, I get a Json and I put it back with a For, the intention is to modify some properties in this case the status, for (var i = 0; i < datos.length; i++) { if(datos[i].id_expediente === this.id_expediente ){ cons...
asked by 02.07.2018 / 18:24
2
answers

mouseenter hover

I want to make that when moving the mouse over the page the space of the cell li of the first column is put in the same cell of the next two columns. The code that I am trickling is the following. I tried hover, mouseneter and mouseleave....
asked by 28.06.2018 / 06:32
0
answers

Send coordinates from google maps to mysql

<script> document.addEventListener("deviceready",onDeviceReady,false); function onDeviceReady(){ console.log("listo"); } function getDatos(){ navigator.geolocation.getCurrentPosit...
asked by 27.06.2018 / 05:29
1
answer

Error returning data from PHP to Javascript: "Unexpected token in JSON at position 0"

I am making a form and I am using fetch to send and receive data with PHP:    Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0 at fetch.then.res ( app.js:15 ) Here is my% code of%:...
asked by 27.06.2018 / 05:44
1
answer

How to copy field in Odoo 10

I'm using Odoo 10 and I'm trying to copy a field. I want to copy a field called Address up to the street field Pos_custom.xml code located in the src folder <templates id="template" xml:space="preserve"> <t t-extend="C...
asked by 27.06.2018 / 20:32
0
answers

Google Directions API

I am using the Google Directions API API to measure the traffic of the city of Bogota from one point to another point but I see that it always returns the same information to me all day long and I see that in Google maps if the time changes, I w...
asked by 27.06.2018 / 19:22
0
answers

Send messages from Servlet to Java Script

I have a question that has taken a little time from me. I am working with a Handsondtable , component of the JS table. It turns out that when I insert data into the table, I send it to the Servlet by means of a call from the JavaScript. In t...
asked by 05.07.2018 / 13:32
1
answer

Material Desing Lite does not load in Angular 5

Excellent day everyone, I am using Angular 5 and I am loading Desing Lite material through its CDN into the index.html of my Angular project, but when I enter the section where I am loaded the items of Material Desing Lite will not load correctl...
asked by 05.07.2018 / 16:04
2
answers

Capture id from an img tag list with jquery?

The application what it tries to do is against a series of stories of some citizens in a video clip series, now, what I'm trying to do is show thumbnails. I'm trying to capture the value src of an img tag, the thing is that the id of the img...
asked by 27.06.2018 / 00:06