Render Jinja after jQuery AJAX request to Flask
问题 I have a web application that gets dynamic data from Flask when a select element from HTML is changed. of course that is done via jquery ajax . No probs here I got that. The problem is, the dynamic data - that is sent by Flask - , is a list of objects from the database Flask-sqlalchemy . Of course the data is sent as JSON from Flask . I'd like to iterate through those objects to display their info using Jinja . HTML <select id="#mySelect"> <option value="option1" id="1">Option 1 </option>