<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개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기