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
- Host: GitHub
- URL: https://github.com/azhsetiawan/los-scrollos
- Owner: azhsetiawan
- License: mit
- Created: 2018-01-29T10:16:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T16:10:34.000Z (over 2 years ago)
- Last Synced: 2025-04-13T01:08:57.817Z (2 months ago)
- Topics: jquery, jquery-plugin, overflow, scroll
- Language: JavaScript
- Homepage: https://azhsetiawan.github.io/los-scrollos
- Size: 379 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
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.
```
...
```#### 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)
```
```