Django application contain jquery3 static files.
Project description
django-static-jquery3
Django application contains jquery and jquery-plugins' static files.
- Mostly we use jquery plugins, for django ships with jquery already.
- We put many jquery plugins in this package, so that we will not use jquery's version from now on.
- Remove django from requirements.txt. We still keep django's file structure, but we will NOT need anything about django.
jQuery License
- All resource files of jquery are unzip from jquery-xxx.zip which download from https://github.com/jquery/jquery/ without any changes.
- All resource files of jquery obey jQuery License, see details at https://github.com/jquery/jquery/blob/main/LICENSE.txt.
- We don't guarantee the latest jQuery version.
jQuery Plugins Licenses
- Plugins may NOT a part of jquery.
- Plugins obey their own licenses.
Install
pip install django-static-jquery3
Installed Plugins
- jquery/plugins/jquery.cookie.js
- jquery/plugins/jquery.parseQuery.js
- jquery/plugins/jquery.utils.js
- jquery/plugins/jquery.jstree/jstree.js
Usage
pro/settings.py
INSTALLED_APPS = [
...
"django_static_jquery3",
...
]
app/template/app/index.html
{% load static %}
<script src="{% static "jquery/jquery.js" %}"></script>
<script src="{% static "jquery/plugins/jquery.cookie.js" %}"></script>
<script src="{% static "jquery/plugins/jquery.parseQuery.js" %}"></script>
<script src="{% static "jquery/plugins/jquery.utils.js" %}"></script>
<script src="{% static "jquery/plugins/jquery.cookie.js" %}"></script>
About releases
- The first number is our release number.
- The other three numbers are the same with jquery's release version.
Releases
v6.3.7.2
- Doc update.
v6.3.7.1
- Add jquery.parseQuery plugin.
v5.3.7.1
- Upgrade jquery to v3.7.1.
v5.1.0
- Add jquery.jstree plugin.
v5.0.0
- Rename jquery3 folder to jquery.
- Mostly we use jquery plugins, for django ships with jquery already.
- We put many jquery plugins in this package, so that we will not use jquery's version from now on.
- Remove django from requirements. We still keep django's file structure, but we will need anything about django.
v3.4.1.1
- Add jquery plugin: jquery.cookie.
- Fix document.
v3.4.1.0
- Upgrade jquery to 3.4.1.
v3.3.1.1
- Upgrade jquery to 3.3.1.
v3.2.1
- 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-6.3.7.2.tar.gz
(443.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_static_jquery3-6.3.7.2.tar.gz.
File metadata
- Download URL: django_static_jquery3-6.3.7.2.tar.gz
- Upload date:
- Size: 443.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45524cf4bf6b76447d8496efcfd5796dd221652d781fa6bfa11323aba9c15fd1
|
|
| MD5 |
a484462ca06f9ca867b6846d3b07b615
|
|
| BLAKE2b-256 |
30ce9dfb7fd802486bc88cb9ae3fa3eb3a3b08303c4a6190f6e067d39a46938e
|
File details
Details for the file django_static_jquery3-6.3.7.2-py3-none-any.whl.
File metadata
- Download URL: django_static_jquery3-6.3.7.2-py3-none-any.whl
- Upload date:
- Size: 453.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db4308ec40ef265224e1d3fd110e577cabef812f7e2166386d893f7e11accaec
|
|
| MD5 |
5bcddc41e74053e210cd1a13866a3d11
|
|
| BLAKE2b-256 |
beeed87dd086abf784eacdfe0dea9883deb6d2bf469306aa7ab0419b1b2cac29
|