Posts by Eduardo Lopes • 61 points
4 posts
-
0
votes1
answer375
viewsQ: List several ul inside a li using AJAX
How can I list varios ul within a li, dynamically, with AJAX? Something like ul>li>ul>li>ul>li The doubt arose because I’m making a linear network of a MMN system and I can’t…
-
2
votes1
answer349
viewsQ: problems with the radio button in an html form
I got a problem with mine Radio button. Everyone’s getting selected in mine html. Why does that happen? Does it have any property that?…
htmlasked Eduardo Lopes 61 -
2
votes1
answer3313
viewsQ: How to do a search with multiple filters as a parameter in the Laravel?
I’m having a question about how to do a customer search with multiple filters. Example: nome cliente, tipo de cliente, status do cliente, endereço, cidade. Detail: all these filters are in different…
-
2
votes1
answer104
viewsQ: Error in an sql in the Laravel
I’m having difficulty in an sql in the Laravel where I make a Join, but the error really happens is in the where, where the deleted_at is equal to null, recalling that the deleted_at is a timestamp.…