Questions tagged as 'javascript'

0
answers

Identify items from a combobox and play in the loop for using Selenium JS and Python

I need to make a for loop to open an x number of tabs and each tab uses a different dashboard. The first part I already did how could make the second? Remembering preferentially with Xpath using JS and Python. Here is the code: # Abre qnt...
asked by 13.11.2017 / 19:31
1
answer

Get external HTML code Render

I am putting together a PDF and in this PDF I have to put a graph that is being done by Highcharts . I created an HTML and JS code, and it is creating the right one, the problem is that I need to get the HTML code of this rendered graphic...
asked by 13.11.2017 / 17:48
0
answers

Using multiple html pages with the same controller AngularJS + ASP.NET MVC

Using the routes with AngularJS, When you enter the Autor.html page with the /Autor route, all registered authors are listed in a table where a link is created for each author's edition, according to this line of code <a ng-click="s...
asked by 23.11.2017 / 14:16
0
answers

view PDF in java application - Embedded - Rendering problem

Hello, I need to view PDF's in my JAVA application. After some research, setting aside paid components, it seemed to me that the best answer would be this: Displaying pdf in JavaFX The colleague suggests using the [PDF.js][2] l...
asked by 13.11.2017 / 18:22
0
answers

Wizard progress bar works only after page refresh

When integrating the twitter bootstrap wizard with my application, I noticed that the progress bar works only when I refresh the page. I have seen in some places that this can be caused by turbolinks but I have not found any solution to the prob...
asked by 13.11.2017 / 00:56
0
answers

camera2 API?

Does anyone know where I can find camera2's api in javascript ?? API to use in apps who needs to be captured and uploaded like snapchat among others     
asked by 13.11.2017 / 02:25
1
answer

Doubt How to perform onChange in two Selects

I would like to know how best to perform an onChange in the two selects I have in my form follows the selects: <div class="row"> <div class="col-md-12"> <div class="form-group ${status.error ? has-error : '' }"> &...
asked by 12.12.2017 / 19:57
1
answer

Each always returns the last term of a JQUERY table

I have the following code that traverses a table that contains data, but I'm not sure why it always returns the last item when I hedge an object. It does not return the other items. Code: $('.btn-finalizar-pedido').click(function () { //...
asked by 04.12.2017 / 18:30
1
answer

Javascript - Decimals and Zeros on the left

could help me with the following situation: I have a Numeric field (21,2) and need to format it for a specific layout, as below. Input's example: VALUE1: 3500.31 - > After Formatting: +00000000000003500.31 VALUE2: -3000 - > Aft...
asked by 24.11.2017 / 22:28
0
answers

How to organize gulpfile.js for sass, js, img and html processing?

After a lot of effort and lots of attempts, I was able to write a gulpfile.js that meets my needs for sass build, js >, img and html , however, I'm still having some problems. First we go to the final file, in the sequence I will exp...
asked by 23.11.2017 / 20:04