Questions tagged as 'javascript'

2
answers

Problem with the notify plugin

I have a problem with previewing the plugin notification when the form is executed. The form itself is perfect. What I realize is that when it will appear it does not time and the notification closes before it even opens. Thank you very much for...
asked by 21.06.2018 / 22:58
1
answer

Javascript: Function is not returning the correct value [duplicate]

What could be wrong with this function? Where alert is, the correct result is coming, but it is returning 0. function AprovaCotacao(numForn) { var forn_aprovado = $("#cot_fornecedor" + numForn).val(); var id = $("#cot_id").val...
asked by 22.06.2018 / 03:06
1
answer

Requesting for failing API

I'm having a problem trying to make a request for a test API ... the connection is only successful if Access-Control-Allow-Origin is set to all * . The error in the browser: Content Security Policy: As configurações da página...
asked by 22.06.2018 / 18:55
1
answer

How to retrieve variable value in a modal Bootstrap window

My problem is this: I have this code that displays multiple cars in a table: <?php $veiculos = "SELECT * from veiculo "; $veiculos .= "WHERE id_secretaria = '1' ORDER BY placa DESC LIMIT 2"; //mudar conforme o id da secretaria $query_veicul...
asked by 22.06.2018 / 01:25
0
answers

How to test a form data upload with Jasmine JS

How can I perform a test of sending data from a form using Jasmine? For example, I need to test if my form accepts a registration with no data entered, or if my form accepts a registration with two equal CPF's and similar tests.     
asked by 17.06.2018 / 17:18
1
answer

React Native - fetch (url) always returning a Promise

I'm starting in React Native, I had no problems until I started doing HTTP requests. I'm using this function: async getJSON(url, parameters){ try{ //check if URL isn't empty if(url.length == 0) return false;...
asked by 18.06.2018 / 03:50
1
answer

I need to have dynamic dropdownlist ie when selecting a drop down release the second

Next I have a question where I have 3 drop down list and when I select 1 dropdown it releases the other one, it is connecting to my bank and it brings the result of my select via while and it shows in my drop down list, the complicated one is th...
asked by 18.06.2018 / 15:42
1
answer

Information is not loaded in MODAL Edit After Page

Good morning, people, I have a question and would like to know if you could help me ... In this first img, I have a table made with a data table with a list of entries, and each one of them has the option to edit and delete. AfterIclickth...
asked by 03.07.2018 / 15:29
1
answer

Pie Chart of Google gets deformatado to be called by Javascript function

Hello everyone. I'm having trouble rendering a chart that has "display: none" in "display: block" via Javascript. The problem is that when I render the graph visible it gets smaller than expected. The chart is getting this resolution When...
asked by 23.07.2018 / 20:00
0
answers

Cookie path does not work

I create a cookie with javascript, even beauty, but when I use the path it just stops working, so it works: document.cookie="gravado=sim"; The problem is that this way I can not access it for other pages, it only exists on the page in quest...
asked by 23.07.2018 / 18:59