Skip to content

jPulse is a jQuery library that adds "pulse-like" effect to selected element.

License

Notifications You must be signed in to change notification settings

smurfpandey/jPulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jPulse jQuery plugin

jPulse is a jQuery plugin to add «pulse-like» effect to an element.

Check out the html/index.html file to see how it works and instructions how to use it.

jPulse is tested and works with jQuery 1.9.1.

Installation

Via bower

bower install --S jPulse

Directly

<script src="path/to/jPulse/dist/jQuery.jPulse.min.js"></script>

Usage

Invoke jPulse on the element to which the pulsating effect should be applied.

$( "elt" ).jPulse( { /* options */ } );

To disable the effect:

$( "elt" ).jPulse( "disable" );

To enable the effect (for instance, after having disabled it):

$( "elt" ).jPulse( "enable", /* options */ } );

About the author

The author of this plugin is Davis Miculis, follow on Twitter - @DavisMiculis

Leave me some feedback and show me some of your content where have you used my plugin. :)

About

jPulse is a jQuery library that adds "pulse-like" effect to selected element.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published