jQuery-powered sexy floating messages
Project description
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/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-toast-messages-0.1.tar.gz
(14.6 kB
view details)
File details
Details for the file django-toast-messages-0.1.tar.gz
.
File metadata
- Download URL: django-toast-messages-0.1.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a292552ff224bd98982103914cdc459ef196f873d77e5794eefdcb323a44255 |
|
MD5 | a04df46d23c7d04c58759b82826d48f3 |
|
BLAKE2b-256 | 459ac3e65364161c12b1b6693ebc4cff2a0227a0bb3826a38bea7570e91235b8 |