How to show details on a bootstrap modal with laravel using jquery ajax | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to show details on a bootstrap modal with laravel using jquery ajax

I wanna show details of the user on a bootstrap modal with laravel using jquery and I am stacked

21st Jan 2018, 6:19 PM
Ahmad Shekib Quraishy
Ahmad Shekib Quraishy - avatar
2 Answers
+ 1
After success your request, in success method of ajax, type this for show modal: $('#myModal').modal('show'); And this for hide it: $('#myModal').modal('hide');
21st Sep 2019, 8:39 PM
Pixy Boy
Pixy Boy - avatar
0
what did you tried?
14th Aug 2018, 6:21 PM
Vipul Walia
Vipul Walia - avatar