Uniform - Sexy Forms With jQuery

22 Feb 2010 | By Ric Roberts | Tags jQuery libraries css

Uniform is a jQuery plugin from Pixelmatrix design which lets you style form elements such as checkboxes, drop down menus, radio buttons, and file upload inputs in a consistent and accessible way across different browsers (unfortunately, this doesn’t include IE6 at the moment).

To use it, just link to the uniform JavaScript and css files from your html page, and then call the uniform function against the form element(s), passing in any parameters. Full details of the parameters are available on the Uniform site.

$(function(){ $("select").uniform(); });

You don’t need to just stick with the default style: you can design your own or download others from the Internet.


blog comments powered by Disqus