레이아웃에 아래 코드를 집어 넣고 사용 하시면 되겠습니다. <script> ;(function($){ $.ajaxSetup({ global: false }); })(jQuery); </script> https://xe1.xpressengine.com/tip/22608592
common / js / jquery.min.js 파일을 열어서 global:!0 을 찾은 후(두 군데) global:!1 로 바꿔줍니다. -- https://xe1.xpressengine.com/index.php?mid=tip&search_target=title&search_keyword=%EB%82%98%EA%B0%80%...
https://xe1.xpressengine.com/index.php?mid=download&package_id=22753658 XE의 각 모듈과 애드온, 위젯 등이 사용하는 수많은 CSS 및 JS 레퍼런스들을 각각 하나의 파일로 모아 주는 애드온입니다. 페이지 로딩 속...
FTP에서 files폴더의 권한을 바꿀 수가 없으면 이렇게 해보세요 --------------------------------------------- <?php @exec('chmod -R '.$type.' ./files'); echo "ok ".$type; ?> -------------------------------...
정의 위치 ./classes/file/FileHandler.class.php 정의 내용 /** * Returns the content of the file * * @param string $filename Path of target file * @return string The content of the file. If target file d...