Posts by Paca • 15 points
3 posts
-
-3
votes1
answer32
viewsA: Error When Returning Data in View - Laravel 5.5, PHP and adldap2
Friend by the code you posted here, you are printing the variables inside the view wrong way. You need to put inside couchetes, as an example I will use the first line of code you posted here {{…
-
-1
votes1
answer103
viewsQ: Compare real values and inject value into input with Jquery
Guys, I have a form where I have a field to type in values. This field has a mask in jquery that formats the values for Brazilian real 0.00, mvalor function, which is below, but this field can only…
-
1
votes1
answer106
viewsQ: Recovers input value and compare with jquery value
I have this code that retrieves the value entered in the input and compares it with a value x, in this case 25.00. The problem is that when I change the field inside the form it shows the error…