Posts by Fernando Trilha • 33 points
7 posts
-
0
votes1
answer23
viewsA: Sending of ajax function variables
After reading the comments of @bfavaretto, I checked a way to pass the two numerical variables and so it worked.
-
0
votes1
answer23
viewsQ: Sending of ajax function variables
I have an Ajax function, which when taking the focus of the discount field, it checks in the database and brings me an array of results via json, and with this result I check if the discount is…
-
0
votes1
answer40
viewsQ: Send variable with Jquery Autocomplete function
I have a Jquery function, which when typing the product name, it searches the database and brings me an array of results via json, and with this result I fill the fields automatically. The function…
-
0
votes1
answer30
viewsQ: Result for a Mysql query
I have this query in Mysql: SELECT usuarios.modalidade, produtos.idproduto, produtos.nome, produtos.referencia, produtos.ean, produtos.valorvenda, produtos.quantidadeprodutos.minimo,…
-
0
votes1
answer57
viewsQ: Function fill menu dynamically
I have a result that comes after a query in the database. With this result I make the menu dynamically, when the user has permission to view the page. What I would like to know is if you have the…
-
0
votes2
answers45
viewsA: How to display text at a certain mysql time
As Ricardo said, you do an if in php for this. If the times are already predefined, you do not need to use the BD, can do with Javascript, vc will compare the current time, when the person is…
-
-1
votes1
answer82
viewsQ: Doubt Autocomplete with . Blur
I have the code below, and I am using the autocomplete with Blur so that the user enters the barcode, he consults in the bank and fills the fields automatically. Since I don’t have javascript domain…