how to auto close alert box javascript

how to auto close alert box javascript
how to auto close alert box javascript

I am also searching this code , if you found please comment code here

thanks 

Comments

  1. hey you can go throw this:

    $(".alert-message").alert();
    window.setTimeout(function() { $(".alert-message").alert('close'); }, 2000);
    If you want to wrap it in a nifty function you could do this.

    function createAutoClosingAlert(selector, delay) {
    var alert = $(selector).alert();
    window.setTimeout(function() { alert.alert('close') }, delay);
    }

    or try this link
    http://stackoverflow.com/questions/7643308/how-to-automatically-close-alerts-using-twitter-bootstrap

    ReplyDelete
  2. Hello would you mind letting me know which web host you're utilizing?
    I've loaded your blog in 3 completely different internet browsers and I must say this blog loads a lot faster then most.
    Can you recommend a good web hosting provider at a reasonable
    price? Thank you, I appreciate it!

    ReplyDelete
  3. Whoa! This blog looks just like my old one! It's on a
    totally different topic but it has pretty much the same layout and
    design. Excellent choice of colors!

    ReplyDelete
  4. Hi, I desire to subscribe for thiѕ blog to get ⅼatest updates, so ԝhere
    can i do it please assist.

    ReplyDelete
  5. Awesome! Its truly awesome piece of writing, I have got much clear idea regarding from this article.

    ReplyDelete
  6. Hey would you mind letting me know which webhost you're using?

    I've loaded your blog in 3 different internet browsers and I must say this blog loads a lot faster
    then most. Can you recommend a good hosting provider
    at a fair price? Thank you, I appreciate it!

    ReplyDelete
  7. Awesome issues here. I'm very happy to see your post. Thank you a lot and I'm taking
    a look ahead to contact you. Will you kindly drop me a mail?

    ReplyDelete

Post a Comment

If you Satisfied , Please Leave a comment

Popular posts from this blog

Call PHP Function In JavaScript Using Ajax

List of Post Category Wise in wordpress