Questions tagged as 'javascript'

0
answers

I need to display all the modes saved in the bank

I have a page, which needs to display all the modalities linked to it in the database, when I need to display everything in the database, in php I use mysqli_fetch_assoc and display everything, but the modal is called via javascript, and this do...
asked by 08.10.2018 / 16:11
2
answers

I wanted to put an alert on my login screen PHP, JS, HTML, MYSQL

I wanted to put an alert on my login screen, if the registration and password correspond to what is in the bank direct pass, if not, an alert appeared or the box would turn red with the error with something like "Enroll or Wrong Password"...
asked by 05.10.2018 / 22:43
1
answer

Effect on input type="date"

Good evening, guys! I'm having a little difficulty making an effect on input type="date" . I can normally do in input type="text" (first print shows no effect and second shows with effect), but in date it gets "dd/mm/aa...
asked by 02.09.2018 / 02:54
1
answer

Do not "finish" the effect when you have something in the input

Good afternoon, guys! I have the following problem: my input has an effect when it is selected (as the first print shows) and ends the effect when it takes focus from it (as the second print shows), but if I put some character and focus, the...
asked by 02.09.2018 / 20:13
0
answers

Error saving LOGs and Images - detox [12591] ERROR: [exec.js / EXEC_FAIL, # 6]

I'm studying lib detox for automated testing. I can run the tests normally and they pass, but when I add the command --record-logs all it returns me this error. From what I understand is some file that is not being created by my simulator...
asked by 12.09.2018 / 17:45
0
answers

Youtube + localhost + SmartTV [closed]

[SCENARIO] Hello, I have a tobacconist and while our clients use the space, they can listen to music and choose with remote control in the smart tv youtube app. [NEED] We have promotions and combos daily and it is unnecessary to buy a n...
asked by 13.09.2018 / 06:21
0
answers

Currency mask, error without thousands, inputmask

I'm using the inputmask plugin. I have two cases, when I hedge 4.5 I expect the mascara to appear 4.50 and when I get 10000.5 I expect it to show me 10,000,000. But 4.5 shows me 40.50, how do I show 4.50? Already the case of 10000.5 works cor...
asked by 30.08.2018 / 06:15
0
answers

Rotate image CSS3 or JavaScript [duplicate]

How do I know I have to rotate an image to display it on a page? Can I check this in css or does it have to be in the javascript? Is that in dashboard of a website that I developed the image appears upside down at the time of upload, if...
asked by 24.08.2018 / 19:20
0
answers

require () on the client side

I am currently studying integrations with IBM Watson, more precisely the Speech to text, I would like to integrate this solution on the client side, so I do not have to make requests to the server that will be requesting the IBM server. I woul...
asked by 24.08.2018 / 15:12
0
answers

Generate Pdf via ajax.POST with Rotativa

I want to generate a .pdf file using Rotativa, my ajax call is as follows: $.ajax({ type: "POST", url: "Home/Index", data: { nome: inputName, laudos: laudos, imagem: imgSelecionada },...
asked by 25.08.2018 / 21:11