Questions tagged as 'javascript'

0
answers

jQuery giving "Unexpected token;" problem in variable assignment

I use this code below to load on the display of a DataTable values according to what the user selects, it is not possible to use the default DataTable and must be so I can request the server the required amount. The code below is how this is don...
asked by 26.09.2018 / 15:10
1
answer

How to make the table more dynamic?

I have to create a little game. It is a table with one word. The letters of the word will all be mixed and the user has to write the word correctly by clicking on each letter before the time is up. I'm having trouble making all rows in the...
asked by 26.09.2018 / 14:17
0
answers

Create a button on the ag-grid-angular

How to create a button on the grid app.component.hmtl <!--The content below is only a placeholder and can be replaced.--> <div style="text-align:left"> <span> Tela Cancelamento de Vendas </span> <ag-grid-a...
asked by 26.09.2018 / 16:42
0
answers

jQuery does not want to run on mobile

I'm using a function so when the person clicks on the inputs the value is replaced by monetary value, but on the mobile phone it only works if the person clicks "ok" or "go", and I wanted it to execute as soon as the person to click on the input...
asked by 26.09.2018 / 17:06
0
answers

Google Maps autocomplete does not show address suggestions in Modal Bootstrap

The problem is simple, when it is Modal Boostrap the suggestions do not appear, only appears if I click the down arrow on my computer. I have already researched and seen a few posts stating that the Bootstrap Z-index problem, I changed the Z-ind...
asked by 05.10.2018 / 07:37
0
answers

Undefined index value, taking a value with the change and adding an input

Oops, I have a problem and I can not find a solution, it can be simple, but I'm not filling the error. If you can help me thank you! Next, I made a script where I can get the PRICE of the "PRODUCTS" TABLE and add to an input, the PRICE of the pr...
asked by 05.10.2018 / 05:27
1
answer

Calculating JavaScript rows and columns for PDF

I need to understand this js code snippet which is responsible for calculating the positioning of rows and columns, from a table html, to PDF. $(el).find('tbody').find('tr').each(function(index,data) { rowCalc = index+1;...
asked by 25.09.2018 / 21:49
0
answers

How do I replace the last item in an array with conditional structures and click event?

Hello, good evening! I need to make a calculator where when a button related to an operation is selected, it checks if the last value of the array shown in the display is already an operation, if it is, it should replace the last item with the v...
asked by 26.09.2018 / 01:59
2
answers

Check if a radius has been checked

I'm doing a quiz and would like a code that checks if the radio was selected, if it was not selected give a "select at least one answer" message <body> <h1 id="titulo">Quizz Game Of Thrones</h1> <hr>...
asked by 23.09.2018 / 22:55
0
answers

JavaScript: Does not load the thumbnail image after sending to the server / upload?

Click to load the image, it sends to the UPLOADS folder the image file, however it does not return after sent the minute, but when you click F5 the image loads, what can it be? Add.php <input type="file" class="hidden" id="uploaderButt...
asked by 02.10.2018 / 20:21