I have following a tags:
Any tab1 Label tab2 Label Any tab3 Label<
You can use something like this:
... var activeTab = $(this).attr("href"); $(activeTab).fadeIn(); ...
This use href="#tab-id" for locate #tab-id element you want, and fade in.