mirror of
https://github.com/django/django.git
synced 2025-05-10 08:56:29 +00:00
[1.4.x] Updated link to jQuery Cookie plugin site
Backport of 81f454a322 from master
This commit is contained in:
parent
528345069d
commit
e149d8ebf0
@ -120,7 +120,7 @@ Acquiring the token is straightforward:
|
|||||||
var csrftoken = getCookie('csrftoken');
|
var csrftoken = getCookie('csrftoken');
|
||||||
|
|
||||||
The above code could be simplified by using the `jQuery cookie plugin
|
The above code could be simplified by using the `jQuery cookie plugin
|
||||||
<http://plugins.jquery.com/project/Cookie>`_ to replace ``getCookie``:
|
<http://plugins.jquery.com/cookie/>`_ to replace ``getCookie``:
|
||||||
|
|
||||||
.. code-block:: javascript
|
.. code-block:: javascript
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user