javascript + jquery 잡지식들
현재 element의 id 값 가져오기 $(this).attr('id'); 팝업 창을 열때 window.open('./#.php?param=','팝업창이름' ,'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,copyhistory=0,top=0,left=0,width=301,height=365'); 팝업 창에서 적은 값을 parent window에 set 할 때 window.opener.document.getElementById('altContent').value = $("#smsMessage").val(); self.close(); // 팝업창 닫기 altContent 가 기존 창에 있는 input 태그의 ID..
더보기