슬라이드 이벤트
$('#header')
.css({ 'top':-50 })
.delay(1000)
.animate({'top': 0}, 800);
$('#footer')
.css({ 'bottom':-15 })
.delay(1000)
.animate({'bottom': 0}, 800);
스크립트
<header id="header">
<h1>BlocksIt.js | Dynamic Grid Layout jQuery Plugin</h1>
<div id="backlinks">
<a href="../">Back to Home Page »</a>
<a href="http://www.inwebson.com/jquery/blocksit-js-dynamic-grid-layout-jquery-plugin/">Visit Plugin Article Page »</a>
</div>
<div class="clearfix"></div>
</header>
<footer id="footer">
<span>© 2012 <a href="http://www.inwebson.com">inWebson.com</a>. Design by <a href="http://www.inwebson.com/contactus">Kenny Ooi</a>. Powered by <a href="http://www.inwebson.com/jquery/">jQuery</a>.More script and css style
: <a href="http://www.htmldrive.net/" title="HTML DRIVE - Free DHMTL Scripts,Jquery plugins,Javascript,CSS,CSS3,Html5 Library">www.htmldrive.net </a></span>
</footer>
'IT > Jquery' 카테고리의 다른 글
[jQuery] 현재 주소 및 호스트 가져오기 (0) | 2016.07.26 |
---|---|
[jquery] 은행들 처럼 상단에서 내려오는 팝업 (0) | 2014.04.22 |
[jQuery] 해당갯수와 해당안에내용 가져오기 (0) | 2014.02.04 |
[jQuery] 클릭시 태그값 바꾸기 (0) | 2013.12.11 |
[jQuery] 클릭시 링크새창열기 (1) | 2013.12.11 |