fixing cross-referenced links on jquery patterns page
This commit is contained in:
parent
15ae22494d
commit
5764f3abd2
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ template. This template will load jQuery as above and have a little form
|
||||||
we can add two numbers and a link to trigger the function on the server
|
we can add two numbers and a link to trigger the function on the server
|
||||||
side.
|
side.
|
||||||
|
|
||||||
Note that we are using the :meth:`~werkzeug.MultiDict.get` method here
|
Note that we are using the :meth:`~werkzeug.datastructures.MultiDict.get` method here
|
||||||
which will never fail. If the key is missing a default value (here ``0``)
|
which will never fail. If the key is missing a default value (here ``0``)
|
||||||
is returned. Furthermore it can convert values to a specific type (like
|
is returned. Furthermore it can convert values to a specific type (like
|
||||||
in our case `int`). This is especially handy for code that is
|
in our case `int`). This is especially handy for code that is
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue