https://github.com/jingshing-python/flask_html_call_function
a simple sample show how to using html element call flask python functions.
https://github.com/jingshing-python/flask_html_call_function
Last synced: 10 months ago
JSON representation
a simple sample show how to using html element call flask python functions.
- Host: GitHub
- URL: https://github.com/jingshing-python/flask_html_call_function
- Owner: JingShing-Python
- License: bsd-3-clause
- Created: 2024-02-02T02:21:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T02:22:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T23:41:04.994Z (12 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask_html_call_function
a simple sample show how to using html element call flask python functions.
click button it will send ajax to flask. After call the function.
Function will send function result to the html.