<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개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284255 | |
| 284248 | |
| 284247 | |
| 284246 | |
| 284242 | |
| 284238 | |
| 284234 | |
| 284233 | |
| 284229 | |
| 284224 | |
| 284222 | |
| 284215 | |
| 284213 | |
| 284212 | |
| 284209 | |
| 284208 | |
| 284201 | |
| 284193 | |
| 284192 | |
| 284174 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기