Currently, I am utilizing the Google Engine as part of a class project and have a query regarding css tabbed menus. To address this issue, I stumbled upon a tutorial on creating tabbed menus. You can find the tutorial by following this link:
I am interested in exploring whether there is a method to prevent the page from reloading each time a menu link is clicked. Ideally, I'm seeking a solution where the information stays in memory and only the text content changes or a specific section of the page is refreshed. Although I replicated the code verbatim and incorporated app engine and template inheritance for various page info, I am uncertain about what additional details might be required. Please feel free to ask for more information if necessary. Thank you in advance.
WWaldo