Skip to content

Tag: php

needed to show Toastr Notification jquery Plugin

guys, i am using Toastr Notification (jquery Plugin) whenever user updates record it shows notification of success alert using plugin but problem is that whenever I update record it shows error in the console of the browser Answer I have no knowledge of Php but i can help you in jquery. Please see below code.

Bootstrap modal validation in Laravel

I have a registrarion modal which opens on click. The inputs are validated on the view using required, etc. Thing is, there are other fields (also in other modals I’m not mentionig) in which I validate again rules in my controller. I’ve read that a good way of validating modals is using AJAX. I&#8…