상단에서 내려오는 스크립트인데요
예를들어 2초있다가 이 슬라이딩이 나오게 하거나
지금 나오는 슬라이딩 속도를 좀 느리게 하려고 하는데 어떡해 해야하는지 고수님들의 조언바랍니다.
<!-----TOP---->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://www.hi-education.com/gnu4/img/jquery.cookie.js"></script>
<center>
<div id="top-banner-por" style="height:60px; display:none"><a href="#" id="setCookie"><div id="close-banner-por"></div></a>
<img src="http://www.hi-education.com/gnu4/img/easyjet_top_box_ad.gif" border="0">
</div>
</center>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://www.hi-education.com/gnu4/img/jquery.cookie.js"></script>
<center>
<div id="top-banner-por" style="height:60px; display:none"><a href="#" id="setCookie"><div id="close-banner-por"></div></a>
<img src="http://www.hi-education.com/gnu4/img/easyjet_top_box_ad.gif" border="0">
</div>
</center>
<script type="text/javascript">
$(function($) {
if( $.cookie('uthai')!=1){
$("#top-banner-por").animate({ opacity:3000},'slow').slideDown('slow').fadeIn('slow',function (){
$("#top-banner-por").css('display','');});
//$("#top-banner-por").css('display','');
}
$("#close-banner-por").click(function () {
$.cookie('uthai',1, { expires:1 });
$("#top-banner-por").animate({ opacity:0},'slow').slideUp('slow').fadeOut('slow',function (){
$("#top-banner-por").css('display','none');
});
});
$('#deleteCookie').click(function() {
$.cookie('uthai', null);alert("Cookie 'test' has been deleted.");
});
}
);
</script>
댓글 4개
13년 전
animate함수 앞에
$("#top-banner_por").delay("700").animate(.............
이런식으로 딜레이를 주는 방법도 있습니다.
$("#top-banner_por").delay("700").animate(.............
이런식으로 딜레이를 주는 방법도 있습니다.
13년 전
답변진심으로 감사드립니다.
말씀하신 소스를 어디다 붙여야하는지 몰라서 헤매고 있는데요 ;;;
기존 소스를 어떡해 수정해야하는지 부탁좀드리겠습니다. ;
말씀하신 소스를 어디다 붙여야하는지 몰라서 헤매고 있는데요 ;;;
기존 소스를 어떡해 수정해야하는지 부탁좀드리겠습니다. ;
13년 전
위 소스만 봐서
animate()함수가 사용된곳은 두곳입니다.
쿠키를 굽고 그에 따라 모션의 적용여부를 판단하는거 같은데
$("#top-banner_por").delay("700").animate({ opacity:3000},'slow').slideDown('slow').fadeIn('slow',function (){
일단 적용한번 해보심이...
animate()함수가 사용된곳은 두곳입니다.
쿠키를 굽고 그에 따라 모션의 적용여부를 판단하는거 같은데
$("#top-banner_por").delay("700").animate({ opacity:3000},'slow').slideDown('slow').fadeIn('slow',function (){
일단 적용한번 해보심이...
13년 전
감사합니다. 말씀하신데로 했더니 잘되네요 ^^ 정말 감사요
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 146 | ||
| 8229 | 9년 전 | 126 | ||
| 8228 |
커네드커네드
|
9년 전 | 171 | |
| 8227 | 9년 전 | 214 | ||
| 8226 | 9년 전 | 229 | ||
| 8225 | 9년 전 | 207 | ||
| 8224 | 9년 전 | 213 | ||
| 8223 | 9년 전 | 183 | ||
| 8222 |
|
9년 전 | 254 | |
| 8221 | 9년 전 | 163 | ||
| 8220 | 9년 전 | 194 | ||
| 8219 | 9년 전 | 163 | ||
| 8218 | 9년 전 | 201 | ||
| 8217 |
star3840
|
9년 전 | 176 | |
| 8216 | 9년 전 | 246 | ||
| 8215 | 9년 전 | 189 | ||
| 8214 | 9년 전 | 297 | ||
| 8213 | 9년 전 | 256 | ||
| 8212 | 9년 전 | 166 | ||
| 8211 | 9년 전 | 339 | ||
| 8210 | 9년 전 | 341 | ||
| 8209 | 9년 전 | 417 | ||
| 8208 | 9년 전 | 303 | ||
| 8207 | 9년 전 | 311 | ||
| 8206 |
|
9년 전 | 259 | |
| 8205 | 9년 전 | 240 | ||
| 8204 | 9년 전 | 224 | ||
| 8203 | 9년 전 | 291 | ||
| 8202 | 9년 전 | 208 | ||
| 8201 | 9년 전 | 253 | ||
| 8200 | 9년 전 | 263 | ||
| 8199 | 9년 전 | 276 | ||
| 8198 | 9년 전 | 237 | ||
| 8197 | 9년 전 | 228 | ||
| 8196 | 9년 전 | 642 | ||
| 8195 | 9년 전 | 240 | ||
| 8194 | 9년 전 | 352 | ||
| 8193 | 9년 전 | 257 | ||
| 8192 | 9년 전 | 271 | ||
| 8191 | 9년 전 | 222 | ||
| 8190 | 9년 전 | 217 | ||
| 8189 | 9년 전 | 276 | ||
| 8188 | 9년 전 | 210 | ||
| 8187 | 9년 전 | 214 | ||
| 8186 | 9년 전 | 217 | ||
| 8185 | 9년 전 | 379 | ||
| 8184 | 9년 전 | 168 | ||
| 8183 | 9년 전 | 390 | ||
| 8182 | 9년 전 | 251 | ||
| 8181 | 9년 전 | 203 | ||
| 8180 | 9년 전 | 780 | ||
| 8179 | 9년 전 | 550 | ||
| 8178 | 9년 전 | 409 | ||
| 8177 |
kiplayer
|
9년 전 | 408 | |
| 8176 | 9년 전 | 441 | ||
| 8175 | 9년 전 | 331 | ||
| 8174 | 9년 전 | 322 | ||
| 8173 | 9년 전 | 414 | ||
| 8172 | 9년 전 | 290 | ||
| 8171 | 9년 전 | 255 | ||
| 8170 | 9년 전 | 373 | ||
| 8169 |
커네드커네드
|
9년 전 | 325 | |
| 8168 | 9년 전 | 406 | ||
| 8167 | 9년 전 | 398 | ||
| 8166 | 9년 전 | 301 | ||
| 8165 | 9년 전 | 244 | ||
| 8164 | 9년 전 | 374 | ||
| 8163 | 9년 전 | 370 | ||
| 8162 | 9년 전 | 369 | ||
| 8161 | 9년 전 | 387 | ||
| 8160 |
|
9년 전 | 590 | |
| 8159 | 9년 전 | 531 | ||
| 8158 | 9년 전 | 332 | ||
| 8157 | 9년 전 | 443 | ||
| 8156 | 9년 전 | 332 | ||
| 8155 | 9년 전 | 329 | ||
| 8154 |
00년생용띠
|
9년 전 | 660 | |
| 8153 | 9년 전 | 305 | ||
| 8152 |
|
9년 전 | 485 | |
| 8151 | 9년 전 | 484 | ||
| 8150 | 9년 전 | 587 | ||
| 8149 |
Jangfolk
|
9년 전 | 444 | |
| 8148 | 9년 전 | 261 | ||
| 8147 | 9년 전 | 448 | ||
| 8146 | 9년 전 | 532 | ||
| 8145 | 9년 전 | 486 | ||
| 8144 | 9년 전 | 451 | ||
| 8143 | 9년 전 | 284 | ||
| 8142 | 9년 전 | 497 | ||
| 8141 | 9년 전 | 447 | ||
| 8140 | 9년 전 | 1006 | ||
| 8139 | 9년 전 | 357 | ||
| 8138 |
전갈자리남자
|
9년 전 | 460 | |
| 8137 | 9년 전 | 499 | ||
| 8136 | 9년 전 | 823 | ||
| 8135 |
|
9년 전 | 864 | |
| 8134 |
PlayPixel
|
9년 전 | 603 | |
| 8133 |
|
9년 전 | 511 | |
| 8132 | 9년 전 | 549 | ||
| 8131 | 9년 전 | 906 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기