강의

멘토링

커뮤니티

Inflearn Community Q&A

keunjin091663's profile image
keunjin091663

asked

Responsive Website Portfolio (App Official Landing Website)

Create Anchors and Smoothly Scroll to Them (Plugins, CSS Properties)

앵커 만들기 압축파일

Resolved

Written on

·

230

1

수업자료 안에 jquery.scrollTo.min 만 있습니다

강의를 들어보니

index.html , jquery-3.4.1.min , source_code

누락된 듯 하여  말씀드려요! 

HTML/CSSjquery반응형-웹

Answer 2

2

codingworks님의 프로필 이미지
codingworks
Instructor

다른 파일이 올라갔네요. 다시 올렸습니다. 알려주셔서 감사합니다~^^

0

$('header a').click(function(e) {
    $.scrollTo(this.hash || 0, 900);
    e.prevenDefault();
});
 
 
여기서 틀린게있나ㅣ요?전 왜 스크롤링 스무스가 안되느걸까요 ..
codingworks님의 프로필 이미지
codingworks
Instructor

스펠링이 틀렸어요. t가 빠졌습니다.

e.preventDefault();

허허..감사합니다.. 저게 틀렸었네요..

keunjin091663's profile image
keunjin091663

asked

Ask a question