Questions tagged as 'javascript'

0
answers

Camera to take picture on android

I have a functional code where I can take a photo from the PC by pulling the file from localhost, you can try it to see its functionality, the problem is when I pass the code to my cell phone and it does not work, I do not know if I should downl...
asked by 06.03.2018 / 17:08
2
answers

How to filter a table with a page?

I have a paged table, I also have a js function to filter data; only that the data is filtered in the current page and not in all the data this is the view: <table class="table table-hover table-striped table-bordered" id="MyTable">...
asked by 02.04.2018 / 19:37
0
answers

how to document JS code or any other? [closed]

Friends, I've been looking for the correct way to document code but all the search engines throw me documentation generators, I really need to document correctly for other programmers a JS code that I have: for example. if (!Element.protot...
asked by 31.08.2018 / 01:30
4
answers

How to get value from a link that is inside an iframe

<div id="dinamico" class="row"> <div class="col-12"> <iframe class="test" src="https://www.navexterno.com" min-height="70px" width="100%" frameborder="none"></iframe> </div> </div> This...
asked by 24.08.2018 / 18:12
0
answers

Problem drag and drop javascript

I have the following error: ordenes:296 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'. at HTMLDivElement.<anonymous> (ordenes:296) I'm bringing information from a server var el...
asked by 28.05.2018 / 01:34
1
answer

How can I filter the value of a HTMLCollection

I'm doing a type of shopping cart, creating a list of products, through javascript, up there all right, now when I click on some product I will return an HTMLCollection in the form of an array, since there is 9 products I have HTMLCollection (9)...
asked by 27.06.2018 / 01:10
0
answers

Capture data with Google People API

Cordial greeting I want to be able to capture data such as the basics (name, surname, email ...) and more specific ones such as the birthday and gender; this through a login button. All good with the basic data (I put code below). But I do not k...
asked by 19.08.2017 / 01:34
1
answer

do queries in firebase return an error callback?

Query in firebase returns some error function, I'm asking a question, but I will not always find something, how do I know if it's null? vm.settlements.child('liqui') .orderByChild("rut") .equalTo(employee....
asked by 01.08.2017 / 05:50
1
answer

Circular dependence on ES6 classes using Angular

Hello! I have a circular dependency problem in an Angular project (4.3.X). In the app/models directory there are several files that represent the models received by the API. Scenario: // center.ts import {User} from './user';...
asked by 24.08.2017 / 12:42
1
answer

How to use the i18n option in a Uikit Framework datepicker?

Hi, I would like to know how to use the i18n option of a Dateikicker of uikit. on their official site they explain that they use a Json object. link but I can not make it work. my code is as follows: <form class="uk-form"> <...
asked by 24.02.2016 / 21:12