A simple jQuery plugin that implement a Scratchcard (Scratch card).
This is a screenshot:
Parameters:
- opacity – opacity step when hover – default {’opacity’: 0.2}
- color – start background color – default {color: ‘grey’}
- stepx – x block dimension – default {stepx: 10}
- stepy – y block dimension – default {stepy: 10}
- mousedown – if true the left button of mouse must be down – default {mousedown: true}
- callCallbackPerc – if valorized is the percent at which call callback – default: false
- callbackFunction – callback function – default null