Images Scratch Card Plugin---jQuery Scratchie
Don't support IE
This is a fully-customizable scratchcard plugin
Define a background image and an overlay image or color and clicking and click or just drag the mouse over the overlay to reveal the target image underneath!
// executes the plugin on the selected div // the plugin accepts a multitude of parameters but can be executed with // a minimal configuration $(document).ready(function(){ $('#raspadinha').scratchie({ target : 'target', img : 'prize.jpg', imgHeight : 200, // target (prize) img height imgWidth : 400, // target (prize) img width title : 'Try your luck!', fillImg : 'overlay.jpg', requireMouseClick : false, callback: function(){ alert('Congratulations!'); } }); });
The article source:http://code.alexweber.com.br/jquery/scratchie/
You might also like
Tags
accordion accordion menu animation navigation animation navigation menu carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form form validation gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu