-
this is my dropdown selection field inside the form
Class ID -select- @foreach($aiclasses as $aiclass) option value=""> @endforeach -
This is the textbox i want to autofill from db
Required Fees -
this is my ajax code
@push('js')
}, error: function(jqXHR, textStatus, errorThrown) {}
@endpush
-
this is my controller
public function getInfo($id) { $fill = DB::table('aiclasses')->where('id', $id)->pluck('fee'); return \Response::json(['success'=>true, 'info_area'=>$fill]); }
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2rigyYb
via IFTTT
Aucun commentaire:
Enregistrer un commentaire