Skip to content

saltycrane/flask-jquery-ajax-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask jQuery AJAX Example (FJAE)

Description

When the user selects an item from the vehicle "Make" drop down menu, the vehicle "Model" drop down menu is populated by making an AJAX request for a list of models for the make selected.

Install

$ virtualenv fjae
$ source fjae/bin/activate
$ pip install -r requirements.txt
$ pip install -e ./

Run

$ python bin/runserver.py

Go to http://localhost:5000 in your browser

Notes

  • This was tested with Python 2.7.3 on Ubuntu 12.04.
  • I know Python better than I know JavaScript.

Relevant Documentation

About

AJAX example using jQuery and Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published