Skip to content

jquery.toastmessage integration with django's message framework

License

Notifications You must be signed in to change notification settings

felyce/toastmessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

jquery.toastmessage integration with django's message framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published