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

https://github.com/azhsetiawan/los-scrollos

Simple jQuery plugins for scrolling overflow content
https://github.com/azhsetiawan/los-scrollos

jquery jquery-plugin overflow scroll

Last synced: 2 months ago
JSON representation

Simple jQuery plugins for scrolling overflow content

Awesome Lists containing this project

README

        


Los Scrollos


Simple jQuery plugins for scrolling overflow content

##

## About

Loss Scrolloss is jquery plugin for simple scrolling overflow content

## Instalation

Just `clone` or `download` this repository or files that you necessary needed

#### Include CSS

First, include CSS files into your HTML head:

```

```

#### Include JS

Los Scrollos depend to [jQuery](https://code.jquery.com/) and sould be included, copy this CDN source to latest version if you don't have included. Set `scrollos.min.js` to your path.

```

```

## How to use

Make sure CSS and JS files have installed properly and let's get started.

#### Set HTML

Just copy this HTML element and change the content inside `.scrollos-content` with your element.

```




item

item

item

...





```

#### Call Scrollos

Now call the Los Scrollos initializer function, put code below to your javascript file or on the bottom of your document HTML.

```

$( function () {
$('#example').Scrollos();
});

```

Now your Los Scrollos is ready!

 

### Copyright and license

Copyright © 2018 Azh Setiawan

Code released under the [MIT License](https://github.com/azhsetiawan/los-scrollos/blob/master/LICENSE)

```

```