강의

멘토링

커뮤니티

Inflearn Community Q&A

a010775966578898's profile image
a010775966578898

asked

Easy! Short! Strong! Preparing for the Web Design Technician Practical Exam

A_B_headerType_01 layout / script

제이쿼리 slideup

Written on

·

106

1

삭제된 글입니다
jquery웹 디자인HTML/CSS

Answer 1

0

lizb님의 프로필 이미지
lizb
Instructor

$(function(){

    $('header ul>li').mouseenter(function(){

        $('header ul>li>dl').stop().slideup();

        $(this).children('dl').stop.slideDown();

    })

여기에 보니 
에 대소문자 오타가 있어요
slideUp()으로 쓰시면 잘 될거예요
답변이 늦어서 죄송합니다! 열공하셔서 꼭 합격하세요~

a010775966578898's profile image
a010775966578898

asked

Ask a question