Giter VIP home page Giter VIP logo

Comments (4)

Braunson avatar Braunson commented on July 24, 2024 21

When doing so:

swal({
    title: 'Whatever',
    text: 'My example text here',
    type: 'info',
   closeOnConfirm: false,
}, function(){
      swal("Success", "Something was successful", "success");
});                

After clicking 'OK' the callback modal immediately shows and closes within seconds.

For anyone having this issue, you need to make sure you set closeOnConfirm to false as I've added in the example above.

from bootstrap-sweetalert.

justin-hackin avatar justin-hackin commented on July 24, 2024 1

One can workaround this by using a setTimeout to wait for the first one to close but it would be nice if the call was not ignored and was somehow queued until the first one closed.

from bootstrap-sweetalert.

lipis avatar lipis commented on July 24, 2024

That's a bit confusing on what you are saying here.. an example on JSFiddle or my latest favorite JS Bin would be the best..

from bootstrap-sweetalert.

santhu342 avatar santhu342 commented on July 24, 2024
swal({
    title: 'Whatever',
    text: 'My example text here',
    type: 'info',
   closeOnConfirm: false,
}, function(){
      window.location.replace("http://example.com");
});

iam run in this type..

its working or nor

from bootstrap-sweetalert.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.