대행 문자 처리 메모 ${fn:replace(content.content, rn, " ")} DB MYBATIS SELECT 부분 REPLACE(REPLACE(TITLE, '&', '&'), '·', '·') TITLE,]]> REPLACE(CONTENT, '·', '·') CONTENT,]]> REPLACE(CONTENT_ANS, '·', '·') CONTENT_ANS,]]> 더보기 첨부파일 삭제 Jquery 넘기기 X 버튼 누를 경우 hidden으로… $(function() { $('#industry').val("").attr("selected", true); $('#industrySub').val("").attr("selected", true); $('#product').val("").attr("selected", true); $('input[name="useYn"]').val("").attr("checked", true); $(document).on('click','.add-file span' ,function(){ $(this).find('input[name=delSeq]').val($(this).attr("class")).end().parents("li").find("a").remove(); }); }); 첨부파일 ${attach.FILE_NA.. 더보기 Jquery 패턴 function list() {$("[name=searchForm]").attr("action", "/board/${dir}/${file}");$("[name=searchForm]").submit();}function view(content_seq) {$("[name=searchForm]").attr("action", "/board/${dir}/${file}/" + content_seq + "");$("[name=content_seq]").val(content_seq);$("[name=searchForm]").submit();}function pwdCheck() {if (document.searchForm.pwd.value == "") {alert("글 작성시 입력한 비밀번호를 입력해 주세요");docu.. 더보기 이전 1 ··· 12 13 14 15 16 17 18 다음