Skip to main content

JQuery 2.1.4

Requirements

Django 1.4 or later

Installation

$ pip install django-static-jquery==2.1.4

Setup

Just add 'django.contrib.staticfiles' and 'django_static_jquery' to INSTALLED_APPS in your settings.py:

INSTALLED_APPS = (
    # ...

    'django.contrib.staticfiles',
    'django_static_jquery',

    # ...
)

Refer to Django static files documentation to configure and deploy static files.

Usage

You can refer to jquery in your template with:

{% load staticfiles %}
{% static 'static_jquery/js/jquery.js' %}

Admin template customization:

{% load staticfiles %}

{% extends "admin/base_site.html" %}

{% block extrahead %}
    <script type="text/javascript" src="{% static 'static_jquery/js/jquery.js' %}" />
{% endblock %}

Static files:

static_jquery/js/jquery.js - JQuery - v2.1.4
static_jquery/js/jquery.min.js - JQuery (min) - v2.1.4
static_jquery/js/jquery.min.map - JQuery (map) - v2.1.4

static_jquery/js/jquery-migrate.js - jQuery Migrate - v1.2.1
static_jquery/js/jquery-migrate.min.js - jQuery Migrate (min) - v1.2.1

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-jquery-2.1.4.tar.gz (163.8 kB view details)

Uploaded Source

File details

Details for the file django-static-jquery-2.1.4.tar.gz.

File metadata

File hashes

Hashes for django-static-jquery-2.1.4.tar.gz
Algorithm Hash digest
SHA256 34c690d6296df0acfe759be05ad58096664fe22a5c6ff1229106522e22c84325
MD5 05e9783453c7d9fca65a89def83a2828
BLAKE2b-256 45615ca1505b967e987f66acd1a36fe819abfc4f41be4cc54c0e0fb650f923d4

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.1.4 This release

1 file

2.1.3

1 file

2.1.1

1 file

1.11.3

1 file

1.11.2

1 file

1.11.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page