li').eq(li_index).remove(); } }, error : function(){alert('처리중 오류 발생하여, 삭제되지 않았습니다.')} }); } return false; }); $(document).ready(function(){ var title_origin = $('title').html(); var title_indexOf_bar = $('title').html().indexOf('|'); var title_backText = $('title').html().substring(title_indexOf_bar, title_origin.length); if(title_indexOf_bar > 0){ // 타이틀에 | 문자가 들어있을 경우 $('title').html('연수구에서 활동하는 학습동아리를 찾고 있습니다! 상세보기 ' + title_backText); } else { $('title').html('연수구에서 활동하는 학습동아리를 찾고 있습니다! 상세보기'); } });