Skip to content

rootsmith/pulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

<div id="elem">Click to load something</div>

<script>
    $('#elem').click(function() {
        var interval = $(this).pulse('loading');
        // load something via ajax
        // and when done call clearInterval(interval)
    });
    $('#elem').pulse('loading');
</script>

The above will replace the div text with "loading ..." and animate the
ellipses so they are pulsing as a load indicator.

About

JQuery Plugin to pulsate ellipses as a loading indicator

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors