$(window).ready(function(){ $("#loginformation").bind("click",function(){ $( "
" ).dialog({ resizable: false, height:160, width:470, modal: true, title:"회원메뉴", buttons: { "회원정보수정": function() { window.location.href="signmodi.html"; }, } }); }); });