ahomu / jquery.ah-adjustfixed

' jquery.ah-adjustfixed' A plugin position fixed with adjustablity and fitting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#jQuery ah-adjustfixed Plugin

A plugin position fixed with more adjustablity and fitting.

指定した要素についてその親要素を基準として、なんとなく良い感じに位置をfixedします。詳しくはsample.htmlを参照してください。

##使い方 - Usage

サンプルコード:

<script src="/js/jquery.ah-adjustfixed/jquery.ah-adjustfixed.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
jQuery(function() {
    $('#sidebar').ahAdjustFixed();
});
</script>
<p>詳しくはsample.htmlを参照してください</p>

##クレジット - Credit

Copyright 2011, Ayumu Sato ( http://havelog.ayumusato.com )

About

' jquery.ah-adjustfixed' A plugin position fixed with adjustablity and fitting.


Languages

Language:JavaScript 100.0%