You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

django-toast-messages

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

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
PyPI
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/

Keywords

django

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