Questions tagged as 'javascript'

1
answer

Pass value to input within table

The problem is this: I have a input product search, I type it filters and adds to the "items" table; in the "items" table has input that filters the services with value, and then I give    split () I take the value and try to pass...
asked by 29.11.2017 / 04:34
1
answer

Problems with AngularJS Promises [closed]

I have the following function in AngularJS : $scope.adicionarContato = function(contato) { contato.data = new Date(); $http.post("http://localhost:3412/contatos", contato).then(function successCallback(response) {...
asked by 29.11.2017 / 22:27
0
answers

Problems sending a request to Heaven

I am setting up a transparent payment method for Cielo and I use node on my server and I have already set up my Json. But I can not send the data correctly to Cielo, someone knows some way to send the request and receive the return by Node exp...
asked by 31.10.2017 / 14:57
0
answers

Document.adoptNode () method - HTML - JS

I need to develop a page that shows how the method adopNode () works, from what I read it basically removes a node from an external page and loads it into the current document. This is my code, but the H1 tag element is not loaded into the curre...
asked by 31.10.2017 / 16:11
0
answers

How to do a reload on a directive with type A restriction?

I have an application in AngularJS that has the following problem: Every time I access my view using: $ location.path ('/ my-url'); Restricted directive of type 'A' simply is not loaded normally. <ui-carrousel {atributos}></u...
asked by 31.10.2017 / 21:05
1
answer

Progress bar Angular 2

I need to implement a style a progress of the image, I need to create in the same structure, open below and with this information. Will it be used in an Ionic app, does anyone know some lib or how to make one? Thanks!     
asked by 31.10.2017 / 19:23
0
answers

How to display and hide bookmarks in Google Maps with MySql?

I made a site with Google Maps that used each position of an array for each marker ... var map; var markers = []; function initMap() { var uluru = {lat: -23.9651447, lng: -46.3838347}; map = new goog...
asked by 31.10.2017 / 01:05
0
answers

VueJS: how to pass data from one array to another array?

I have the following problem: I have two separate lists and I need to pass the selected data (checkbox) to the other list, removing the selected item and putting it in the other list (along with its header). I tried to push but I can not copy...
asked by 31.10.2017 / 13:54
0
answers

I'm having trouble showing the page through Vue.js using Electron

When I opened the app with electron , the page did not open and when I was viewing the console it showed the following error:    "[Vue warn]: You are using the runtime-only build of Vue where the   template compiler is not available. Ei...
asked by 30.10.2017 / 19:14
0
answers

Call procedure in the OnClick area of the Image Map in ASP.NET

Good afternoon, I have this code: <img src="../Image/sala.png" USEMAP="#sala" BORDER=0> <area name="window" shape="poly" coords="633,82,631,117,627,145,625,160,644,162,671" href="" alt="window" title="" OnMouseOver="window.stat...
asked by 30.10.2017 / 21:32