Skip to content

mmmurf/jquery.coins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery.coins

jquery.coins is a simple jQuery plugin for generating a bunch of spinning coins to gamify any site.

Demo

$(document).ready(function(){
  $("#target").coins({
    count: 5,
    expire_callback: function(points){
      alert('you got ' + points + ' points')
    },
    got_all_coins_callback: function(){
      alert('got em all')
    }
  })
})

About

Instant gamification of any website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published