<script type="text/javascript">
var _rys = jQuery.noConflict();
_rys("document").ready(function($){
_rys(window).scroll(function ($) {
if (_rys(this).scrollTop() > 136) {
_rys('.nav-container').addClass("f-nav");
} else {
_rys('.nav-container').removeClass("f-nav");
}
});
});
</script>
라는 스크립트만 넣으면 글쓰기 버튼 클릭을 하면 wr_id값을 알 수 없다는 오류 창이 뜹니다.
크롬 요소보기로 에러 메세지를 찾아보니 아래와 같네요.
Uncaught TypeError: Cannot call method 'extend' of undefined jquery.kcaptcha.js:1
(anonymous function) jquery.kcaptcha.js:1
Uncaught TypeError: Property '$' of object [object Object] is not a function write.php:686
(anonymous function) write.php:686
스크립트 소스를 빼면 또 오류가 안나요 왜그런걸까요ㅠㅠㅠㅠㅠㅠㅠㅠㅠ
var _rys = jQuery.noConflict();
_rys("document").ready(function($){
_rys(window).scroll(function ($) {
if (_rys(this).scrollTop() > 136) {
_rys('.nav-container').addClass("f-nav");
} else {
_rys('.nav-container').removeClass("f-nav");
}
});
});
</script>
라는 스크립트만 넣으면 글쓰기 버튼 클릭을 하면 wr_id값을 알 수 없다는 오류 창이 뜹니다.
크롬 요소보기로 에러 메세지를 찾아보니 아래와 같네요.
Uncaught TypeError: Cannot call method 'extend' of undefined jquery.kcaptcha.js:1
(anonymous function) jquery.kcaptcha.js:1
Uncaught TypeError: Property '$' of object [object Object] is not a function write.php:686
(anonymous function) write.php:686
스크립트 소스를 빼면 또 오류가 안나요 왜그런걸까요ㅠㅠㅠㅠㅠㅠㅠㅠㅠ
댓글 3개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284172 | |
| 284170 | |
| 284167 | |
| 284164 | |
| 284161 | |
| 284159 | |
| 284155 | |
| 284152 | |
| 284151 | |
| 284148 | |
| 284142 | |
| 284141 | |
| 284137 | |
| 284136 | |
| 284135 | |
| 284127 | |
| 284121 | |
| 284120 | |
| 284116 | |
| 284115 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기