Fanie Reynders is a Microsoft Certified Professional from South Africa. Being a web technology evangelist in his own right, he has been developing on the Microsoft stack for over 9 years. Follow him on Twitter @FanieReynders and read his blog

Fanie Reynders has written 1 articles, which have been read 51854 times.
51854
Abstract: Poke around in Hot Towel - a Single Page Application template in ASP.NET MVC 4 to kick start your next project for the modern web
$(this).siblings('.current').removeClass('current'); $(this).addClass('current'); $('.tabContent').children('.current').removeClass('current'); $('.tabContent').children().eq($(this).index()).addClass('current'); }); });