Skip to content

doyletim/webpy-jquery-sampleapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpy-jquery-sampleapp

A tutorial web application using web.py and jQuery.

Updated for Python 3.7.x

Changes 15-Aug-2021

main.py:

  • updated except syntax; assign e to result of Exception e.g., Exception as e: instead of Exception, ex:
  • use e.args or e.message instead of ex.__str__() (depricated) to print() abovementioned exception
  • use in operator instead ofhas_key()(depricated)

templates/ajaxdropdowns.html

  • use doublequotes(") for id attribute values on select elements

About

A tutorial web application using web.py and jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 35.6%
  • Python 24.8%
  • JavaScript 23.2%
  • CSS 16.4%