Hi Sir Vinish
I’m Working Sweet Alert Libraries Its Javascipt Alert Message all process done.Upload #APP_IMAGES#sweetalert.js and #APP_IMAGES#sweetalert.css
Now I’m using in Update, Delete button when i click then record update or delete.but facing problem no update or delete record.
Code is
if ($v("")) { // javascipt code when i click then record update????? swal("Good job!", "Your product has been successfully Update!", "success") } else { swal({ title: "Your product has been not successfully Update!", text: "Please correct your errors", type: "warning", showCancelButton: false, confirmButtonColor: "#DD6B55", confirmButtonText: "OK", closeOnConfirm: false }); }
I have checked the library after install; it is working properly.
But I am not getting the understanding of the below code:
Will you explain?
Yes Sir Sweet Alert lib working properly but no update or delete record.
Delete code is
In the above code, there is no such thing in which you are deleting something. It is just giving the message.
Yes sir its just like Alert Message.but its possible to delete record using Sweet Alert library ?????