Friday, April 27, 2018

Laravel, Ajax and BS3 dismissable Alerts - development

Laravel, Ajax and BS3 dismissable Alerts

How can I intercept when an alert was dismissed (data-dismiss=alert button) and, with ajax, set status = 0 in my notification model.

I use Laraval 5.5 and Bootstrap 3.
This is the button that I use for dismiss alerts:

<button type="button" class="close" data-dismiss="alert" aria-hidden="true"><i class="fa fa-times"></i></button>



from Laravel Questions and Answers https://laravelquestions.com/laravel/laravel-ajax-and-bs3-dismissable-alerts/
via Lzo Media

No comments:

Post a Comment