🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

django-toast-messages

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-toast-messages

jQuery-powered sexy floating messages

0.1
Maintainers
1

Django toast messages

Link to repository: https://github.com/Arpaso/toastmessage

Provides django template tag for displaying toast message for 10 seconds after window load.

Usage

template.html::

<link rel="stylesheet" href="{{ STATIC_URL }}css/jquery.toastmessage.css">

<script src="{{ STATIC_URL }}/js/jquery.toastmessage.js"></script>
<script type="text/javascript">
    $().toastmessage('showSuccessToast', "Hello there! Message is shown.");
</script>
{% include "toastmessages_fragment.html" %}

Written by the development team of Arpaso company: http://arpaso.com

Regards to


jQuery-powered sexy floating messages - http://akquinet.github.com/jquery-toastmessage-plugin/

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts