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.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.1.tar.gz
(443.8 kB
view hashes)
Built Distribution
Close
Hashes for django-static-jquery3-6.3.7.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9f84ad1bf67667ec9f8ee0ad5fc589023af465efa3b6cb6db9ee396162af2ae |
|
MD5 | c166152425d675b8552d0d3a4c8004b0 |
|
BLAKE2b-256 | 1ea62262ebfd04d6cbbe2b4507643d8475b54065f5b0a58f9445ede3d7f8b601 |
Close
Hashes for django_static_jquery3-6.3.7.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffe6d496e7cbc1ef199ec03f074401404fce3d5c4ea50dbacbbaedc1216210fe |
|
MD5 | 6ab9bc05bd775c1f195584a84f9be788 |
|
BLAKE2b-256 | fe94c35fccc9b04781bcc2a2366bcb4ce6224e74beccf2342f7d6b6859cbe53a |