An open API service indexing awesome lists of open source software.

https://github.com/emalherbi-zz/fixjs

FixJS :)
https://github.com/emalherbi-zz/fixjs

Last synced: about 2 months ago
JSON representation

FixJS :)

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)