# 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
```shell
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*
```python
INSTALLED_APPS = [
...
"django_static_jquery3",
...
]
```
*app/template/app/index.html*
```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.
Raw data
{
"_id": null,
"home_page": null,
"name": "django-static-jquery3",
"maintainer": "Chen JiaYong",
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "django-static-jquery3, jquery, jquery plugins",
"author": "Chen JiaYong",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/1e/a6/2262ebfd04d6cbbe2b4507643d8475b54065f5b0a58f9445ede3d7f8b601/django-static-jquery3-6.3.7.1.tar.gz",
"platform": null,
"description": "# django-static-jquery3\n\n\nDjango application contains jquery and jquery-plugins' static files.\n\n- Mostly we use jquery plugins, for django ships with jquery already. \n- We put many jquery plugins in this package, so that we will not use jquery's version from now on.\n- Remove django from requirements.txt. We still keep django's file structure, but we will NOT need anything about django.\n\n## jQuery License\n\n- All resource files of jquery are unzip from jquery-xxx.zip which download from https://github.com/jquery/jquery/ without any changes.\n- All resource files of jquery obey jQuery License, see details at https://github.com/jquery/jquery/blob/main/LICENSE.txt.\n- We don't guarantee the latest jQuery version.\n\n## jQuery Plugins Licenses\n\n- Plugins may NOT a part of jquery.\n- Plugins obey their own licenses.\n\n## Install\n\n```shell\npip install django-static-jquery3\n```\n\n## Installed Plugins\n\n- jquery/plugins/jquery.cookie.js\n- jquery/plugins/jquery.parseQuery.js\n- jquery/plugins/jquery.utils.js\n- jquery/plugins/jquery.jstree/jstree.js\n\n## Usage\n\n*pro/settings.py*\n\n```python\nINSTALLED_APPS = [\n ...\n \"django_static_jquery3\",\n ...\n]\n```\n\n*app/template/app/index.html*\n\n```html\n{% load static %}\n\n<script src=\"{% static \"jquery/jquery.js\" %}\"></script>\n<script src=\"{% static \"jquery/plugins/jquery.cookie.js\" %}\"></script>\n<script src=\"{% static \"jquery/plugins/jquery.parseQuery.js\" %}\"></script>\n<script src=\"{% static \"jquery/plugins/jquery.utils.js\" %}\"></script>\n<script src=\"{% static \"jquery/plugins/jquery.cookie.js\" %}\"></script>\n```\n\n## About releases\n\n- The first number is our release number.\n- The other three numbers are the same with jquery's release version.\n\n## Releases\n\n### v6.3.7.1\n\n- Add jquery.parseQuery plugin.\n\n### v5.3.7.1\n\n- Upgrade jquery to v3.7.1.\n\n### v5.1.0\n\n- Add jquery.jstree plugin.\n\n### v5.0.0\n\n- Rename jquery3 folder to jquery.\n- Mostly we use jquery plugins, for django ships with jquery already. \n- We put many jquery plugins in this package, so that we will not use jquery's version from now on.\n- Remove django from requirements. We still keep django's file structure, but we will need anything about django.\n\n### v3.4.1.1\n\n- Add jquery plugin: jquery.cookie.\n- Fix document.\n\n### v3.4.1.0\n\n- Upgrade jquery to 3.4.1.\n\n### v3.3.1.1\n\n- Upgrade jquery to 3.3.1.\n\n## v3.2.1\n\n- First release with jquery 3.2.1.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Django application contain jquery3 static files.",
"version": "6.3.7.1",
"project_urls": null,
"split_keywords": [
"django-static-jquery3",
" jquery",
" jquery plugins"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fe94c35fccc9b04781bcc2a2366bcb4ce6224e74beccf2342f7d6b6859cbe53a",
"md5": "6ab9bc05bd775c1f195584a84f9be788",
"sha256": "ffe6d496e7cbc1ef199ec03f074401404fce3d5c4ea50dbacbbaedc1216210fe"
},
"downloads": -1,
"filename": "django_static_jquery3-6.3.7.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6ab9bc05bd775c1f195584a84f9be788",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 453495,
"upload_time": "2024-05-12T13:00:24",
"upload_time_iso_8601": "2024-05-12T13:00:24.931733Z",
"url": "https://files.pythonhosted.org/packages/fe/94/c35fccc9b04781bcc2a2366bcb4ce6224e74beccf2342f7d6b6859cbe53a/django_static_jquery3-6.3.7.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1ea62262ebfd04d6cbbe2b4507643d8475b54065f5b0a58f9445ede3d7f8b601",
"md5": "c166152425d675b8552d0d3a4c8004b0",
"sha256": "b9f84ad1bf67667ec9f8ee0ad5fc589023af465efa3b6cb6db9ee396162af2ae"
},
"downloads": -1,
"filename": "django-static-jquery3-6.3.7.1.tar.gz",
"has_sig": false,
"md5_digest": "c166152425d675b8552d0d3a4c8004b0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 443832,
"upload_time": "2024-05-12T13:00:27",
"upload_time_iso_8601": "2024-05-12T13:00:27.363820Z",
"url": "https://files.pythonhosted.org/packages/1e/a6/2262ebfd04d6cbbe2b4507643d8475b54065f5b0a58f9445ede3d7f8b601/django-static-jquery3-6.3.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-12 13:00:27",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "django-static-jquery3"
}