forked from orbit-oss/flask
Merge pull request #2970 from stepharr/patch-1
AJAX with jQuery: Adding conjunction where for clarification
This commit is contained in:
commit
8dd8e9b2f3
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ example that shows how you would use jQuery and Flask nonetheless::
|
||||||
return render_template('index.html')
|
return render_template('index.html')
|
||||||
|
|
||||||
As you can see I also added an `index` method here that renders a
|
As you can see I also added an `index` method here that renders a
|
||||||
template. This template will load jQuery as above and have a little form
|
template. This template will load jQuery as above and have a little form where
|
||||||
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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue