jquery-lockfixed icon indicating copy to clipboard operation
jquery-lockfixed copied to clipboard

jQuery lockfixed plugin

Results 9 jquery-lockfixed issues
Sort by recently updated
recently updated
newest added

right parameter for constructor

You can see it even in the [demo page](http://www.directlyrics.com/code/lockfixed/demo.html) ![Screenshot to show overlapping with footer](https://camo.githubusercontent.com/6f78777f19a3db2ac62fc6f83750c88829868f19/68747470733a2f2f7075752e73682f74774641512f656632323562346331332e706e67)

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,