August 30th 2008

Survey Using jQuery Star Rating Widget

I recently built a survey using the jQuery Star Rating Widget. With a little work and jQuery magic I came away with a survey that looks good, provides the ability to add an explanation when the user selects a value on the low end of the scale and degrades fairly gracefully when JavaScript is disabled.

Live Demo | Download (HTML, CSS, JavaScript)

JavaScript Enabled:

Javascript Enabled Image

A Low Rating with JavaScript Enabled:

Low Rating Image

All jQuery Involved:

HTML for First Rating:

JavaScript Disabled:

Javascript Enabled Image

I hope this helps you get started. I will leave it to you to figure out how to validate and then capture the data and store it in whatever repository you choose.