jquery.scorenotify.js fancy super-mario-style ‘score-up’ animations with jquery/css <img src=“” /> Usage // 200 points up! $('.target').scoreNotify({ value: 200 }); // 500 points up, with css-class! $('.target').scoreNotify({ value: 500, add_class: 'notify_positive' });