Questions tagged as 'javascript'

2
answers

Get MySQL data with PHP and go to JavaScript

I'm trying to use jquery to do an auto complete in my search field. The connection to the bank is correct and I use the following code to save the files: <?php INCLUDE "conexao.php"; $sql = "SELECT * FROM consulta"; $result = mysqli_que...
asked by 26.09.2015 / 21:58
1
answer

Save data to the database with Drag & Drop

I'm having some problems inserting a sort into the database, I'm using a Drag and Drop system, which I downloaded on the net and the system works exactly as I need and want. Only I have a problem to solve, which is to save the system command...
asked by 15.02.2017 / 23:08
1
answer

Open new window JavaScript [closed]

I would like to open a new window in an application developed with the Ionic framework. html <a href="{{exemplo}}">Abrir </a> java script exemplo = window.open("google.com"); I would like to open it when I click on the "...
asked by 17.02.2017 / 13:23
0
answers

Array not being created correctly

I have a AngularJS variable that stores a whole jSON that I load, the jSON data looks like this: { "Products": "Pimenta Vermelha muito boa", "Product_Code": "XXXXX", "RTV": "Alisson Acioli", "Regional": "Sudeste", "C...
asked by 18.11.2016 / 21:07
0
answers

want to pass my java script function to the bean when loading the page [closed]

I want to pass my java script function to the bean when loading the page, without needing the button click? I'm using the primeface remotCommand, onPoint([{name:'latitude',value:latitude},{name:'longitude',value:longitude}]);     
asked by 19.11.2016 / 19:45
0
answers

How to calculate fields in an AcrobatDC form using javascript? [closed]

I have a PDF form and I want one of the items to work as follows: After the fields A, B, C, and D are filled, at another point on the form, A, B, C, and D appear as options for one listbox. According to the chosen option, the original field (A,...
asked by 21.11.2016 / 02:21
0
answers

Gulp Concat does not work

Good morning. I am not able to concatenate the AngularJS files using the gulp concat module. I have already tried to change the directory file and it still does not work. The problem is that no error appears to me, it simply does not concatenate...
asked by 19.11.2016 / 16:10
0
answers

Bootstrap progress bar accompanying youtube video duration deployed on the html page

How to make the bootstrap progress bar keep track of the youtube video (iframe) deployed on the html page var player, time_update_interval = 0; function onYouTubeIframeAPIReady() { player = new YT.Player('video-placeholder', {...
asked by 18.12.2016 / 15:48
1
answer

Pass the value of the combobox to another field

In the code below I pass the value of Nome of the part to $ value (detail I am using the API data because it is used tbm in C #) and it is shown in combobox to the user select which part either: <label for="sel1">Peç...
asked by 19.11.2016 / 20:46
1
answer

Is it possible to make an appendTo to another document?

Good morning. Is it possible to clone a div from a webpage to another page? Example: Access my system and go to the "list" page. In this page list, I have a div with id="testCount". On this same page I have a button that when clic...
asked by 19.12.2016 / 15:04