mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Merge pull request #1210 from alasdairnicol/jquery_cookie_plugin_link
Updated link to jQuery Cookie plugin site
This commit is contained in:
commit
92c9052add
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ Acquiring the token is straightforward:
|
|||
var csrftoken = getCookie('csrftoken');
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue