Browse Source

Merge branch 'master' of github.com:obeattie/flask

pull/864/head
Oliver Beattie 12 years ago
parent
commit
2a512ab907
  1. 2
      docs/patterns/jquery.rst

2
docs/patterns/jquery.rst

@ -146,7 +146,7 @@ usually a better idea to have that in a separate script file:
<span id=result>?</span> <span id=result>?</span>
<p><a href=# id=calculate>calculate server side</a> <p><a href=# id=calculate>calculate server side</a>
I won't got into detail here about how jQuery works, just a very quick I won't go into detail here about how jQuery works, just a very quick
explanation of the little bit of code above: explanation of the little bit of code above:
1. ``$(function() { ... })`` specifies code that should run once the 1. ``$(function() { ... })`` specifies code that should run once the

Loading…
Cancel
Save