관리-도구
편집 파일: manager_archive.js
$(function () { $('.status').change(function () { $('.showhide').hide(); var tt = $(this).attr('id'); var sel = $('#form_'+tt+' .showhide'); console.log(sel); sel.show(); }); });