Author bio not available

Girish Dagdiya has written 1 articles, which have been read 109767 times.
109767
Abstract: This article demonstrates how to use Script reference profiler to improve performance of an ASP.NET AJAX page.
$(this).siblings('.current').removeClass('current'); $(this).addClass('current'); $('.tabContent').children('.current').removeClass('current'); $('.tabContent').children().eq($(this).index()).addClass('current'); }); });