Posts by Victor Gabriel • 61 points
10 posts
-
0
votes1
answer499
viewsQ: JSON returning Undefined value
Guys, I have a code where I receive JSON data, but when I show it is as Undefined. function usuario_search(id){ $.ajax({ type:"GET", url: "/usuarios/search/"+id, success: function(data) {…
-
0
votes1
answer38
viewsQ: Error with relationship - Laravel
Guys, I’m with 2 related tables and I want to show you 1 dice that has a just "pulling" this relationship. tables: Users: Permissions: Table that will list: Code: @foreach(App\User::all() as $user)…
-
2
votes2
answers1469
viewsQ: Vertical text in table
I’m playing a pdf: However, I need to place this vertical text which is in the image,I wanted to know how to leave it upright, in the same format as the image using table only, and not use div.…
-
0
votes1
answer57
viewsQ: Collapse by not hiding
I’m trying to make a table with Collapse, but it turns out that by clicking the button Collapse shows, but when trying to hide, it simply doesn’t work. HTML code <tr> <td> <input…
-
1
votes2
answers71
viewsQ: Image preview
I’m making a preview, and it’s happening like this, I want it to not appear as if it had no image, and only appear the preview image when the user chooses the image. It’s getting like this before I…
-
0
votes1
answer285
viewsQ: JSON in Laravel
I wanted to know how to send the data of the query in json through the controller and how the view should receive them. Controller: $dados = $req->all(); $query = ""; if($dados['filter'] == 1) {…
-
1
votes1
answer1421
viewsQ: Uncaught Referenceerror: Materialize is not defined
Eea guys td well? I’m developing a project with Materialize and in this project is giving error in JS, can you help me? I’ll be putting the code next: <script…
-
1
votes1
answer730
viewsQ: Select not appearing in materialize
I’m trying to make a project here using Materialize, but the field select is not appearing. This one is HTML <div class="input-field col s4"> <select> <option value="" disabled…
cssasked Victor Gabriel 61 -
0
votes2
answers2568
viewsA: Receive PHP Json POST
Is Daniel all right? Try to change the function 'header' for 'require_once', and also when you receive something q this coming in JSON you must use the code "json_decode" because it will dismember…
-
0
votes0
answers708
viewsQ: Autocomplete no Laravel
Eae guys td well? so I’m trying to develop an application in Laravel and I happen to be putting an Autocomplete but it’s not running. Please help me out there! This here is the ajax…
laravelasked Victor Gabriel 61