bootstrap notifications on homepage

2019-08-24 23:07发布

问题:

I want to show notifications of data inserted on the homepage of dashboard.

Dashboard has three pages of data insertion. I want to display information of data insertion on homepage.

   
<div class="content">						

    <div class="alert alert-info">
    
        <span id = "t1">
            <b> Task1 - </b> This is a regular notification made with ".alert-info"</span>
    </div>
    <div class="alert alert-success">
    
        <span id = "t2">
            <b> Task 2 - </b> This is a regular notification made with ".alert-success"</span>
    </div>

    <div class="alert alert-danger">
    
        <span id = "t3">
            <b> task 3 - </b> This is a regular notification made with ".alert-danger"</span>
    </div>

</div>
 

回答1:

Look at Materialize Toasts to popup an information box when a data is successfully added. I think bootstrap only provides a css information box