I need to change alert(); return to modal after ajax success. I used this jQuery code : enter link description here
What is the best solution to change bad design alert to nice modal ? Thank you David
I need to change alert(); return to modal after ajax success. I used this jQuery code : enter link description here
What is the best solution to change bad design alert to nice modal ? Thank you David
You cant change the alert apearance. You have to make your own alert. You can use bootstrap Modal if you want. https://getbootstrap.com/docs/4.0/components/modal/
You can see this topics: