Skip to content

dwaskowski/jquery_textscroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text Scroller - jQuery plugin for scroling div

jQuery plugin for scrolling text in a DIV.

##Installing Include jQuery library and Text Scroller plugin:

<script src="jquery.textscroller.js"></script>

##Usage DIV with text must be set and adjusted height

height: 305px;

scroller DIV must have css, height and with may be changed

.ts-scroller-wraper { height: 285px; width: 10px; position: relative; }
.ts-scroller-wraper > div { width: 10px; height: 10px; position: absolute; top: 0; left: 0; overflow: hidden; }

start plugin

$('#custom-textarea').textscroller();

##License

Plugin is released under the MIT License. Feel free to use it in personal and commercial projects.

##Versions

  • 1.0.0 - Firest reles

About

Text Scroller - jQuery plugin for scroling div

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published