상단에서 내려오는 스크립트인데요
예를들어 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개
게시글 목록
| 번호 | 제목 |
|---|---|
| 10331 |
jQuery
제이쿼리 이미지 메뉴
8
|
| 19987 |
HTML
object 태그 질문 드ㅡ립니다
2
|
| 17582 |
견적서
엑셀.,견적서..,
13
|
| 10327 | |
| 10326 | |
| 17579 | |
| 17575 | |
| 10318 |
jQuery
유니클로 슬라이드 간략버전
7
|
| 10311 |
MySQL
mysql 성능향상을 위한 팁..
6
|
| 10300 |
MySQL
조건문을 정확하게 써라
10
|
| 19985 | |
| 10299 |
JavaScript
여러개의 라디오버튼 모든 버튼 필수 입력 제이쿼리형
|
| 10290 | |
| 19981 | |
| 10288 | |
| 10286 | |
| 10285 |
JavaScript
체크박스 다중선택시 제한 걸기 (3개이상 선택시 애러메시지 출력)
|
| 10273 | |
| 19977 |
CSS
가상클래스 순서 외우기
3
|
| 19968 | |
| 19963 |
반응형
반응형웹 패턴/리소스/뉴스
4
|
| 19959 | |
| 17801 | |
| 10264 |
JavaScript
자바스크립트 함수모음!!!
8
|
| 10261 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기