πŸ”Ή jQuery - addClass

jea_iΒ·2022λ…„ 1μ›” 16일
0

jQuery

λͺ©λ‘ 보기
10/11
post-thumbnail

πŸ”Ή jQuery - addClass

πŸ”… addClass, removeClass μ•Œμ•„λ³΄κΈ°

<style>
$(function(){
    // ν΄λž˜μŠ€μ‚½μž…
    $('h2').addClass('heading2');
    $('h2').addClass('title');
    $('h2').addClass('w400');

    //클래슀제거
    $('h2').removeClass('title');

     // 0,1있고 0μ—μ„œ 1둜, 1μ—μ„œ 0으둜 μ „ν™˜λ˜λŠ”κ²ƒμ„ 토글이라 ν•©λ‹ˆλ‹€
    // w400μ΄λΌλŠ” 클래슀λͺ…이 있으면 removeν•˜κ³  w400μ΄λΌλŠ” 클래슀λͺ…이 μ—†μœΌλ©΄ addν•©λ‹ˆλ‹€
    $('h2').toggleClass('.w400');

});
</style>
profile
μ—΄μ •μ—΄μ •μ—΄μ •πŸ”₯

0개의 λŒ“κΈ€

κ΄€λ ¨ μ±„μš© 정보