Django application contain jquery3 static files.
Project description
django-static-jquery3
Django application contain jquery and jquery-plugins' static files.
Install
pip install django-static-jquery3
Installed Plugins
- jquery.cookie.js
Usage
pro/settings.py
INSTALLED_APPS = [
...
"django_static_jquery3",
...
]
app/template/app/index.html
{% load static %}
<script src="{% static "jquery3/jquery.js" %}"></script>
<script src="{% static "jquery3/plugins/jquery.cookie.js" %}"></script>
About releases
- The first three number is the same with jquery project's version.
- The fourth number is our release number, it's optional.
Releases
v3.4.1.1 2020/04/23
- Add jquery plugin: jquery.cookie.
- Fix document.
v3.4.1.0 2020/04/10
- Upgrade jquery to 3.4.1.
v3.3.1.1 2018/03/27
- Upgrade jquery to 3.3.1.
v3.2.1 2017/12/23
- First release with jquery 3.2.1.
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-static-jquery3-3.4.1.1.tar.gz
(307.6 kB
view details)
File details
Details for the file django-static-jquery3-3.4.1.1.tar.gz
.
File metadata
- Download URL: django-static-jquery3-3.4.1.1.tar.gz
- Upload date:
- Size: 307.6 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.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | caeaf285e4f814d8028ab9cd0a750c3157fde7c6ea40f522df2c77ca0231fc03 |
|
MD5 | 09ab1012c6cafe1f5091fe473763f87f |
|
BLAKE2b-256 | 5050ff8b04c134fc32e4b1fb8e86659834d5453752b49e266cde7df843f443c9 |