Using Tabs with AJAX
-
I am currently using jQuery Tabs on my new template and I discovered I could dynamically load tab content from external files. This is great because it will make for a cleaner/light initial load of my site.
However, my first tab is for the Archives. On this tab I intend to have the WordPress calendar displayed.
The problem I am encountering is that because the initial load is completed, when the browser loads up the tab content it can’t find the get_calendar() function because it no longer is running.
Does anyone have an idea so I can call the neccessary files or function when AJAX loads the Tab?
You can see my template on my TEST site
The topic ‘Using Tabs with AJAX’ is closed to new replies.