728x90 300x250 SMALL 클릭한 영역 클래스 추가1 [jQuery]선택한 리스트에 클래스 추가 html 추가 js var $member=null; var $memberName=null; var $clickItem=null; $(document).ready(function(){ init(); initEvent(); }) function init(){ $member=$(".member"); $memberName=$("#memberName"); } function initEvent(){ $("#add").click(function(){ add(); }) $member.on("click","li",function(){ //생성된 li를 클릭하기 때문에 on메서드 사용 addClass($(this)); }) } function addClass($item){ if($clickItem!=null){ $clic.. 2023. 2. 3. 이전 1 다음 728x90 반응형 LIST