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

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

ng-include of inline SVG does not display gradient except in Chrome

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development