jquery-lockfixed
jquery-lockfixed copied to clipboard
jQuery lockfixed plugin
right parameter for constructor
You can see it even in the [demo page](http://www.directlyrics.com/code/lockfixed/demo.html) 
Element overflows the footer when element heigh plus offset top is greater than window height plus footer
jQuery version: 1.11 Lockfixed version: latest Error: TypeError: b is undefined Code: ``` $.lockfixed("#sidebar"); ```
Hello! Im trying to use this script, but i had a problem: I need to change the bottom offset on window.width change... how can i use it? example: $(window).resize(function() {...
I have been unable to get LockFixed to work on my server. As a quick test, I uploaded the source code of the LockFixed demo file to my server (https://store.advancedtree.com/agora.cgi?cartlink=DEMO-Lockfixed.shtm;...
When I resize the browser window horizontally, the **width** value of my DOM element is not updated, nor is the height of the containing div the plugin created. This causes...
There is an offset().left measurement (el_left) but it is not used. Added el_right_float variable - if true, el_left is used to position the fixed element correctly in the horizontal axis....
Hi, how can yo change animate instead of css, i´m using for IE8 and css3transition don´t work. Thanks,