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('여름방학특선 한밤의 영화감상회 안내 상세보기'); } });