Skip to content
Advertisement

How can i make if else condition inside sweetalert2 swal.fire?

My table has relationship with other field table(Constraint foreign key), so when this delete button click. it will show sweet alert that the data cannot be delete if they connected.

Here my code

JavaScript

and here my sweetalert.js :

JavaScript

});

how can i make if else condition inside the sweetalert ? For example : i have department name called “Head Management” in this table, the head management is being used in other table, so when user wanna delette this Head Management, the system will show error with sweet alert. Sorry for my bad english.

JavaScript

Advertisement

Answer

you can use the catch error from ajax method, It´s like:

JavaScript

So you have to set your url with query to response according with it happened

Other way is make an echo in your url with query and getting in your success, like this:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement