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

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.

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



```