Skip to content

Latest commit

 

History

History

ajax

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)