jQuery badge.js Plugin Demos

Default

$( "#default" ).badge( 1 );
Default

Top

$( "#top" ).badge( 2, 'top' );
Top

Bottom

$( "#bottom" ).badge( 3, 'bottom' );
Bottom

Inline

$( "#inline" ).badge( 4, 'inline' );
Inline

Display zero

$( "#zero1" ).badge( 0, 'top', true );
Zero1

Don't display zero

$( "#zero2" ).badge( 0, 'top', false );
Zero2

Text

$( "#text" ).badge( 'New' );
Text