Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 582 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 582 Bytes

AJAX examples

These examples use Flask, where the HTML and JavaScript parts are just static pages (under static/), and the server-side part is in app.py.

Folder Description
json How to use JSON from JavaScript and from Python
license Check if name-license key pairs are valid (using JavaScript)
loading Showing "loading" status (using JavaScript)
zipcode Look up a place for given postcode (using JavaScript)
zipcode2 Look up a place for given postcode (using jQuery)