python - Passing data from javascript into Flask -


How do I pass data from javascript to javascript template in javascript, but i want to pass a javascript variable in Python.

I want to do this without reloading the page. Is this possible?

Yes, like Monkuch said - I believe you have JSON and Javascript / JQuery.

This will allow the customer to communicate and return to the server again.

The most applicable example was in the flask snippet / pattern:

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -