Pricelr - JS example

Just copy/paste the XHTML/JS code and include CSS/JS files.
JS function (.pricelr) controls the following:
* product colors
* product ribbons
* zebra effect
* initially selected product
* pretty hover
* tooltips
* extra discount on button hover

optimum

$8

*per month

Premium

$12

*per month

business

$15

*per month

free

$0

*per month

Used JS call:

  $('#mytable').pricelr({'colors': 'red, green, blue, grey', 
                         'ribbons': ', hot, 10off, free',
                         'zebra': 'even',
                         'prettyColumn': 2,
                         'prettyHover': true,
                         'prettyHoverSticky': true,
                         'extra': true,
                         'tooltips': true});