(and Lecture 13 as well)
- The jsexample app we have been developing in class. Notice in particular:
- The use of layout_ui.html for using JQuery-UI
- layout_ui.html includes JQuery UI -- not the version .18 that came pre-defined, but version .24 to avoid a bug for autocomplete.
- How states_complete returns a json list, using explicit construction of a string to avoid web2py default behavior of streaming strings.
- JQuery
- JQuery Mobile