Posts by Cássio Giehl da Rosa • 13 points
3 posts
-
0
votes2
answers4025
viewsA: Jquery UI autocomplete JS input
Try, on the last line $insert.find('.item_extra').autocomplete(); wear like this: $insert.find('.item_extra').autocomplete(true);
-
1
votes1
answer209
viewsA: Form problems using PHP with Laravel
You are sending the action directly to the controller. You must use the ROUTE NAME in the FORM action. and modify database data (DB_DATABASE=Homestead, DB_USERNAME=Homestead, DB_PASSWORD=secret) for…
-
0
votes1
answer724
viewsQ: How to add two events in datepicker?
I need to get the datepicker events added depending on where it is clicked. For example: I need to filter some data per day and I can filter the same data also per month. But with my code, it’s only…