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...
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"...
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...
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...
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...
[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...
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...
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...
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...
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 },...