{% include 'header.html' %} {% include 'sidebar.html' ignore missing with context %}
Customized Single Page Application (SPA) examples : Dropdown Menus, Radio Buttons, Clickable Lists etc.
Click on link to display content based on selection in a DIV. Content is retrieved from Flask. This feature works with paragraphs (p) element. It DOES NOT work with hyperlink (a) element
---------------------RESULT : Feature 4 ---------------
Flask content from Menu selection is:
---------------------RESULT : Feature 3 ---------------
Flask content from radio button selection is:
Select a radio button to display content based on selection in a DIV. Content is defined in html
---------------------RESULT : Feature 2 ---------------
Custom content from radio button selection is:
Select a dropdown menu. Based on this choice, generate another dropdown menu.
---------------------RESULT : Feature 1 ---------------