Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Links in alerts

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 244
    Comment on it

    Links in alerts.

    In bootstrap we can also create matching colored links along with the alert messages.Through this you can add a link whenever contextual message pop's up under specified action.This can be done by adding alert-link class.

    <div class="alert alert-success" role="alert">
      <a href="#" class="alert-link">...</a>
    </div>
    <div class="alert alert-info" role="alert">
      <a href="#" class="alert-link">...</a>
    </div>
    <div class="alert alert-warning" role="alert">
      <a href="#" class="alert-link">...</a>
    </div>
    <div class="alert alert-danger" role="alert">
      <a href="#" class="alert-link">...</a>
    </div>
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: