Questions tagged as 'javascript'

1
answer

Handle HTMLCollection elements

I wonder if with just javascript I can handle the elements of an HTMLCollection in the same way I would with using the jQuery selector. For example, get the result of document.getElementsByClassName('ativo') and add all the found ele...
asked by 18.01.2018 / 14:46
1
answer

Help to create function that finds text in JavaScript

I'm trying to create a userscript for myself by typing in my password instead of clicking on the numeric keypad that the site requires. The problem is that each button corresponds to 2 random numbers, so I need to have the function identify t...
asked by 06.12.2017 / 18:33
2
answers

Call function passing field

I have a function that, when clicking on the dropdownlist, it checks and changes the mask of a field: function HideTextBox(ddlId) { var ControlName = document.getElementById(ddlId.id); if (ControlName.value == 'P') //it depends on...
asked by 06.12.2017 / 11:30
1
answer

Questions Popover Bootstrap

I'm creating a popup with bootstrap, it pops up as soon as I hover the html tag, but when I try to click on the popover it pops up, it has some property that when I mouse over it let it open to get click in a link in the popover for example?...
asked by 06.12.2017 / 17:16
1
answer

Problem when doing paging in jQuery and Angular

I'm setting up a paging and I have the following problem. Firstly, my next and previous buttons are not working and shows no errors in the console. The second question is that when I select in the combo box, the value of items per page it...
asked by 06.12.2017 / 14:31
1
answer

Failed adb using react-native in ubuntu

I have a problem running a react-native app on my phone. With everything configured I run react-native start react-native run-android and the following error appears:    05:32:56 E / adb: adb server version (32) does not match this cl...
asked by 06.12.2017 / 20:37
2
answers

Format date in javascript [duplicate]

The code has an array that receives the DB information. The date field receives the date in YYYY-MM-DD format, but I would like to display it in the following DD-MM-YYYY command. Could you help me with some function or a hint in how to hand...
asked by 06.12.2017 / 14:23
1
answer

How to filter checkbox list as you type? (fbuscar neighborhoods)

I have a list of ckeckbox where each one is a neighborhood, there wanted to be typing the name of the neighborhood, it will be confining and leaving only the neighborhoods that contain what is typed, just like that (click on filter by neighborho...
asked by 06.12.2017 / 20:19
1
answer

play login data in the API parameter

In the login I ask the user to put the email and cpf, there I have an api that plays data in a table that I created, then I need to get the parameters cpf and email to put in the api. Ex: http://8080/rest/apiCODCPF=02798477425&EMA...
asked by 14.12.2017 / 16:07
2
answers

Copy video with its attributes

I have an HTML5 player using the <video> tag, but I have the video (which is transmitted via DASH protocol) to be loaded into the tag using a bookstore javascript. I need to have exactly the same video in a popup that the user can...
asked by 14.12.2017 / 12:27