I've made a tabbed web page with a switch using jQuery. The tab switch works nice, but now what i want to achieve is to dinamically load div content with AJAX only when the user clicks on a tab for the first time. I've though of putting a flag as an attribute on tab content div, something like I've made a tabbed web page with a switch using