Atlas tab strip, now with Async callback
Alan has updated his tab strip with simpler js, cleaner css and async callbacks, whoop, whoop!! Been using this on a project and loving it, one thing to watch is if your using master pages is to alter the css so Tabs becomes ctl00_Main_Tabs. In the js make the same change as well as change the selectTab call from selectTab($('FirstTab')) to selectTab($(ctl00_Main_FirstTab')).