특정 페이지를 화면에 로드 시킨 다음 해당 페이지로 스크롤을 이동시키고 싶었다.
$('#id').load('url', function() { location.href = '#' + $(this).attr('id'); });
끝
반응형
특정 페이지를 화면에 로드 시킨 다음 해당 페이지로 스크롤을 이동시키고 싶었다.
$('#id').load('url', function() { location.href = '#' + $(this).attr('id'); });
끝