Questions tagged as 'javascript'

0
answers

calculate the total distance on a route google maps

I am using a code to calculate a route, I need to obtain the total distance in Google maps, that is, add the distance between A + B + C + D = total distance. I'm using service.getDistanceMatrix({ , but I can not add all the distances to...
asked by 29.07.2018 / 05:41
0
answers

google chart does not show me the datatable correctly

I have 2 graphics on a web page, one is the cake and the other is the table. I already show them correctly, the cake shows me the data correctly but one of the 2 graphics is not displayed correctly. This is the function I use to display the d...
asked by 29.07.2018 / 01:26
0
answers

Problem with EsLint

Holaaa help, I have a problem! I installed EsLint and now it happens to me that when I want to put "href" on a button it does not take it. I see those options that are from Angular and I use pure JS. Does anyone know how to fix it?     
asked by 29.07.2018 / 04:40
0
answers

error using quicksearch jquery, button dropdown appears out of nowhere

I am working on codeigniter and I am using the jquery multiselect and quicksearch libraries ( link ) to add an input to filter the information of the multiselect, but when I add it, it adds a button dropdown with the information contained in the...
asked by 30.07.2018 / 19:04
1
answer

search engine that is activated by clicking on the search icon

I have a search engine that is active when I click on the search icon and it is deactivated when I click on any part of the page , I want to deactivate that animation, that is, I want to leave the search engine fixed as any page without users h...
asked by 28.07.2018 / 23:56
0
answers

Flip plugin and javascript functions do not work after AJAX response

I'm using the Flip plugin to create a div for each MySQL table record and bring the results via AJAX, on the front div I show the name and on the back div I show some information. This is my code: index.html <div class="result"><...
asked by 03.08.2018 / 22:10
0
answers

Shopping Cart problem AJAX, does not make the request

I ATTEMPT TO ADD TO MY SHOPPING CART AN ARTICLE BUT WHEN IT SEEMS NOT TO PERFORM THE AJAX REQUEST THE VALUE OF EACH INPUT IF OBTAINED BUT THE MEMORY OF SENDING INFORMATION TO THE .PHP BY AJAX DOES NOT WORK //SECCION HTML...
asked by 04.08.2018 / 00:24
2
answers

Define variable object

I know the error is in how the user is defined, how would you define it as an object type? import { Component } from '@angular/core'; import { NavController } from 'ionic-angular'; import { Proveedor1Provider } from '../../providers/proveedor1...
asked by 28.07.2018 / 07:06
1
answer

Problem when uploading image - Django rest framework

I have 2 models User and EcoUser with a relation of 1 to 1 (I have reduced the fields of the tables for this example): class User(AbstractUser): picture_url = models.ImageField(upload_to='logos/', blank=True) class EcoUser(models.Model)...
asked by 28.07.2018 / 17:18
1
answer

Access denied while uploading IFrame in IE11

I'm inserting an own iframe created by me on my page, specifically it's a chat bubble, and for both Chrome and Firefox as IE Edge works correctly, but for IE11, it does not return access denied. What I do on my main page is call a JS in which...
asked by 02.08.2018 / 07:50