https://github.com/johnstyle/jquery-liscroll2
liScroll 2 est un plugin jQuery permettant de faire défiler du texte à partir d’une liste HTML.
https://github.com/johnstyle/jquery-liscroll2
Last synced: about 1 year ago
JSON representation
liScroll 2 est un plugin jQuery permettant de faire défiler du texte à partir d’une liste HTML.
- Host: GitHub
- URL: https://github.com/johnstyle/jquery-liscroll2
- Owner: johnstyle
- Created: 2012-06-11T10:04:38.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-11T10:12:19.000Z (about 14 years ago)
- Last Synced: 2025-06-25T22:06:02.327Z (about 1 year ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
liScroll 2 est un plugin jQuery permettant de faire défiler du texte à partir d'une liste HTML.
##Utilisation :##
```html
jQuery(function(){
jQuery('.liScroll > ul').liScroll();
});
- Mon premier texte
- Mon second texte
```