Skip to content

twhetzel/flask-jquery-autocomplete-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-jquery-autocomplete-demo

Sample Python Flask app to demonstrate usage of autocomplete. Includes a basic autocomplete with text highlighting of matching results and an example matching terms in from different (or null) categories.

Requirements

Python == 2.7

Flask == 0.9

jQuery

  • jquery-2.1.1.min.js
  • jquery-ui.css == 1.9.2
  • jquery-ui.js == 1.10.2

Materialize

  • materialize.min.js == 0.97.6
  • materialize.min.css == 0.97.6

Usage

python app.py
The app runs on port 5000

About

Sample app to demo usage of jQuery and autocomplete in Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published