https://github.com/emalherbi-zz/fixjs
FixJS :)
https://github.com/emalherbi-zz/fixjs
Last synced: about 2 months ago
JSON representation
FixJS :)
- Host: GitHub
- URL: https://github.com/emalherbi-zz/fixjs
- Owner: emalherbi-zz
- Created: 2015-10-08T11:43:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T12:15:37.000Z (over 9 years ago)
- Last Synced: 2025-01-17T19:55:17.185Z (3 months ago)
- Language: HTML
- Homepage: http://emalherbi.github.io/fixjs/
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FixJS
=========JQuery Plugin for Fix.
Usage
-----## HTML
```html
Lorem ipsum dolor sit amet, consectetur adipiscing elit...
```## CSS
```css
.fix-container-right {
position: relative;
}
.fix-right {
position: fixed;
right: 15px;
z-index: 900;
}
.fix-right-end {
position: absolute;
right: 15px;
bottom: 0;
}
```## JS
```js
$('#menu-right').fix({
container : 'fix-container-right',
content : 'fix-content-right',
class : 'fix-right',
top : $('.ls-topbar').height() + 'px'
});
```## Page Example
[Example](https://emalherbi.github.io/fixjs/)
Contributing
------------Anyone and everyone is welcome to contribute.
License
-------[MIT License](http://en.wikipedia.org/wiki/MIT_License)
Author
------[Eduardo Malherbi Martins](http://emalherbi.com)