JQueryUI dialog close 오류 ( cannot call methods on dialog prior to initialization; attempted to call method 'close' ) JQuery UI dialog method Error JQEURY UI(JQuery User Interface)의 dialog 위젯에서 지원하는 메서드중 하나인 close를 이용하여 layer를 닫을때 아래와 같은 에러가 발생할 경우가 있습니다.Uncaught Error: : cannot call methods on dialog prior to initialization; attempted to call method 'close' 케이스마다 원인이 다를 수 있지만 저같은 경우 사이트 구축 초기에는 잘 뜨고 소스 수정도 없었는데 어느 순간부터 에러가 발생하고 있어서 원인 찾는데 시간이 조금 걸렸었네요. 원인은 본문내에 dialog API를 이용하여 modal을 document로 append하는데 레이어내 .. Program/Javascript, JQuery 2019. 3. 21. 19:56