JqueryJquery plugins   PortFolioSenamion's PortFolio HomeHome page corner A jquery blog

Senamion.com


Senamion:

Categorie:

jQuery jScratchcard – Scratchcard effect on image

30 marzo 2010 by Giovanni

A simple jQuery plugin that implement a Scratchcard (Scratch card).

This is a screenshot:

jScratchcard - Scratchcard

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

Continue »

In Jquery | 10 Comments »

jQuery jMagnify, magnify effect on text

24 marzo 2010 by Giovanni

jQuery jMagnify, plugin attach a ola effect to some text following the mouse position.

A screenshot:

jMagnify - magnify text

Continue »

In Jquery | 12 Comments »

jQuery jOla, Ola effect on text

12 marzo 2010 by Giovanni

jQuery jOla plugin attach a ola effect to some text.

A screenshot:
Text Effect
Continue »

In Jquery | 3 Comments »

jDoubleSelect: jQuery plugin transform one select with optgroups into two selects

10 marzo 2010 by Giovanni

jDoubleSelect is a jQuery plugin to transform one select with optgroups into two selects, the first one with all groups and the second updated with the options of the group selected.

The screenshot:
jDoubleSelect screenshot
Continue »

In Jquery | 19 Comments »