$( 'a[href^=#services_]' ).click( function () { var id = $( this ).attr( 'href' ).match( /#.+$/ )[0]; var offsetTop = $( id ).offset().top; $( 'body' ).stop().animate( {'scrollTop':offsetTop } ); } );