本文介绍了主页上的引导通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我想显示在仪表板主页上插入的数据的通知.

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>
 

推荐答案

查看对吐司进行物质化成功添加数据后,弹出信息框.我认为引导程序仅提供一个CSS信息框

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

这篇关于主页上的引导通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-08 04:05