Django application contain arrive js files. And arrive js is absorbed in watching for DOM elements creation and removal.
Project description
django-static-arrive
Django application contain arrive js files. And arrive js is absorbed in watching for DOM elements creation and removal.
Install
pip install django-static-arrive
Usage
pro/settings.py
INSTALLED_APPS = [
...
"django_static_jquery3",
"django_static_arrive",
...
]
app/templates/demo.html
{% load static %}
<script src="{% static "jquery3/jquery.js" %}"></script>
<script src="{% static "arrive/arrive.min.js" %}"></script>
Note
- Depends on jquery3.
- All js files are from https://github.com/uzairfarooq/arrive.
- The first third release numbers are js's release version numbers.
- The fourth release number is our release number.
Releases
v2.4.1.0
- First release.
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
File details
Details for the file django-static-arrive-2.4.1.0.tar.gz
.
File metadata
- Download URL: django-static-arrive-2.4.1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7617d5cacc8e1c9fb17fec22dd6a1110f9f5ebf153bf870c629ebeed4cd3113d |
|
MD5 | c9ff791534157e9ab4a65f3698437897 |
|
BLAKE2b-256 | 324878c4b51eeccced659d2a406ba1b1a8dee751ea5cd74c6410f7f9429765b7 |