728x90
SMALL

전체 글 128

[jQuery] Method / .not ()-Method to select elements other than a specific selector from the selected elements

jQuery .not() .not () selects the selected elements except for a specific selector. grammar .not( selector ) for example $( 'p' ).not( 'p.abc' ).css( 'color', 'green'); Select one that does not have abc in the p element as a class value. example Clicking the button replaces the contents of the li element, which does not have ip as a class value, in red. Click Lorem Ipsum Dolor

jQuery 2022.07.27
728x90
LIST