samedi 4 février 2017

How to Display Data from Database When Input ID using Jquery in Laravel 5.3?

i have a table example like this :

id | name
1 John
2 Bella

i want display name in my page without button click, in my case i have form like this :

 {!! Form::text('id','', array('class' => 'form-control')) !!}

when i input 1 in form , automatically john will display in my page :
id | name
1 | John

but when i input 3 , because no record in database, automatically will diplay : no record

Can you help me, the jquery for this case ? thanks :)



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2l3Wt6Q
via IFTTT

Aucun commentaire:

Enregistrer un commentaire