Skip to main content

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

  1. The first three number is the same with jquery project's version.
  2. 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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page