Sweet-Alert Delete Confirmation in Laravel | Laravel Blog Project Tutorial for Beginners

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • #sweetalertinlaravel
    #sweetalertdeleteinlaravel
    #laravelblogproject
    Sweet-Alert CDN Link : cdnjs.com/libr...
    Laravel Simple Blog Website Project Tutorial For Beginners to Advance Playlist Link : • Laravel Simple Blog We...
    Buy me a Coffee 🥰 : www.buymeacoff...
    Support This Channel :
    Join this channel to get access to perks:
    / @webtechknowledge
    Your support will be really appreciated.
    Thanks For Watching.
    I hope This video was helpful. If you have any questions then let me know in the comment section.
    Best of luck
    #webtechknowledge
    You can connect with me with the given links below:
    Facebook Link: / yaminshakil07
    Instagram Link: / yamin_shakil
    Twitter Link: / yaheashakil
    confirm and delete data in laravel,laravel,sweet alert in laravel,how to use sweet alert in laravel,how to delete data in laravel,sweetalert in laravel,delete data by confirm option in laravel,confirmation delete pada laravel,confirm delete in php,sweetalert laravel,confirm delete in laravel,sweetalert,sweetalert2,sweet alert delete confirmation php,sweet alert delete confirmation,sweetalert delete popup laravel,laravel development company,laravel web development company,best laravel development company,laravel web development,php laravel framework,cloudways laravel,cloudways laravel hosting,digitalocean laravel hosting,best laravel hosting

КОМЕНТАРІ • 16

  • @WebTechKnowledge
    @WebTechKnowledge  Рік тому +6

    The code :

    function confirmation(ev) {
    ev.preventDefault();
    var urlToRedirect = ev.currentTarget.getAttribute('href');
    console.log(urlToRedirect);
    swal({
    title: "Are you sure to Delete this post",
    text: "You will not be able to revert this!",
    icon: "warning",
    buttons: true,
    dangerMode: true,
    })
    .then((willCancel) => {
    if (willCancel) {

    window.location.href = urlToRedirect;

    }
    });

    }

  • @mmhoq8828
    @mmhoq8828 10 місяців тому +2

    এটি অসাধারণ একটি টিউটোরিয়াল This is an awesome tutorial

  • @shikikan69559
    @shikikan69559 11 місяців тому +1

    after strugling, this video help me so much, thank you sir

  • @kushchhatbar3643
    @kushchhatbar3643 5 місяців тому

    Explained in a easy manner. Just loved it and able to clear the concept.☺☺👌👌

  • @maxwelljames6406
    @maxwelljames6406 Рік тому +1

    You are a very good Teacher

  • @rakhmadmaulana4720
    @rakhmadmaulana4720 Рік тому +1

    Thank You Sirr. its work!!!!!

  • @codeguru7188
    @codeguru7188 Рік тому +1

    well done sir

  • @AnsaFareed-u1j
    @AnsaFareed-u1j 10 місяців тому +2

    Not Working url not found issue

  • @xentiatech
    @xentiatech Рік тому +1

    Mine is not working

  • @Sadhan_Maarg
    @Sadhan_Maarg 11 місяців тому

    thank you so much