// JavaScript Document $(function(){ $('#asbestos-claim .shortcut-links li a').each(function(){ $(this).click(function(e){ e.preventDefault(); var ind = $(this).parent().index(); //var title = $('#asbestos-claim-steps h3').eq(ind).html();; $.scrollTo( $('#asbestos-claim-steps h3').eq(ind), 600 ); }); }); $('.bt-link a').click(function(e) { e.preventDefault(); $.scrollTo( $('body'), 600 ); }); });