Questions tagged as 'javascript'

0
answers

How to return function value inside a firebase call?

I'm doing an html page that lists the issues logged in the firebase. If you can help me how do I get the function "getOpc" to return "listing" Firebase: - LGf4NE9IRvQlT089uQR --item: \ "Default select 2 \" --options --0: \ "Paris \" --...
asked by 25.07.2018 / 23:16
0
answers

Upload file with jquery.uploadifive.js

Hello, I need a help in an application that I'm giving support, this application uses the jquery.uploadifive.js method in javascript that did so: <script language="javascript" type="text/javascript"> $("#encaminharChamado_assuntos")....
asked by 13.08.2018 / 17:38
1
answer

How to create dynamic checkboxes?

I'm using the following commands to create the checkboxes if (isset($finded_documents)) { // inicia a variável que vai guardar os checkboxes $checkboxes = ''; // para cada doc...
asked by 13.08.2018 / 15:42
0
answers

Change select and input in real time without reloading the PHP page

I'm having a bit of a problem. I need to make a script to change the first two and second select, but I need the second select to change according to the first. For example, the select cities will have varius numbers of cities and each city its...
asked by 02.08.2018 / 17:59
0
answers

Problem with ajax request

I have a problem with my ajax, I need to check another page if a time is available. I select the consultant field and type the day, after that, by clicking the button, it should bring a return if it is free or busy, but it is not doing. Here'...
asked by 02.08.2018 / 16:55
0
answers

How to do a setTimout but only when there is no action on the screen?

I want an idea, like I do a SetTimout only when the user stops moving the page. Example, I have 2 screens. One is the home screen and the other is the home screen. when a user logs on to the system he goes home, while he is moving nothing happen...
asked by 02.08.2018 / 16:32
0
answers

Run a bootbox.confirm inside an @Html.ActionLink

Good afternoon. I'm trying to use a modal for verification. (using the bootbox plugin). This is the js code. var Confirmacao = { Mensagem: function () { bootbox.confirm({ message: 'Exemplo para t...
asked by 01.08.2018 / 18:29
0
answers

pseudo-class: not e: focus in CSS

I have the following class in the CSS: .iconQuemSomos { cursor: pointer; margin: 0 15px; transition: all 0.3s ease; } .iconQuemSomos:focus { opacity: 1; position: absolute; -webkit-transform: translateX(-100%); tran...
asked by 01.08.2018 / 18:13
0
answers

Select printer with JavaScript or jQuery

Is it possible to select the printer before using the command to print in JavaScript or jQuery? In case before using the command window.print(); it even comes with the selected printer.     
asked by 28.07.2018 / 20:35
1
answer

Angular 6 - Comparison of values

In the database I saved an integer to represent the user type. The integer can receive 1, 2, 3, 4, 5, 6 or 7. When I show the type of user on the screen, I would have to do several * ngIf to show the value in the html component. <td *ngI...
asked by 29.07.2018 / 00:15