if(this.selectedTab)\r
this.contents[this.selectedTab].detach();\r
this.nodes.content.append(this.contents[slug]);\r
+ if(this.contents[slug].onShow) {\r
+ this.contents[slug].onShow();\r
+ }\r
this.nodes.tabBar.find('.active').removeClass('active');\r
this.nodes.tabBar.find('a[href="#'+slug+'"]').parent().addClass('active');\r
\r