In my application user can post challenge for other user. So after successful posting a challenge I am displaying one flash message for the same. But now I want to hide this
Some times it's not enough to only setting display of box to none it's better to completely remove it. as follows:
setTimeout(function() { $('.alert-box').remove(); }, 30000);