Skip to content

xiamingxing/jquery.bordermarquee

Repository files navigation

Bordermarquee

The best jQuery plugin ever.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/jquery.bordermarquee.min.js"></script>
<script>
jQuery(function($) {
     $('#demo').bordermarquee({
        lineStyle: "2px solid #000",
        direction: 1,
        complete: function (){
            alert("done!");
        }
    });
});
</script>

Documentation

   $.fn.bordermarquee.options = {
        punctuation: '1.0.0',
        cssText: {
            display: 'block',
            position: 'absolute',
            zIndex: 100,
            border: 'none',
            height: 0,
            width: 0
        },
        rate: 200,
        times: 3,
        autoDestroy: true,
        lineStyle: "1px solid #000",
        direction: 1,
        complete: null
    };

Examples

Look example click here

Release History

1.0.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published